From: Michael Orlitzky Date: Sun, 15 Sep 2019 23:50:51 +0000 (-0400) Subject: GNUmakefile: tweak that last commit to use the DSTS instead of SRCS. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=commitdiff_plain;h=cb9ba249d79006f9707ea14bf4ea7c159f02e24e GNUmakefile: tweak that last commit to use the DSTS instead of SRCS. --- diff --git a/GNUmakefile b/GNUmakefile index 779162a..a248258 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -48,8 +48,8 @@ ifdef MJOTEX MJOTEXPATHS = $(shell kpsewhich $(MJOTEX)) SRCS += $(MJOTEXPATHS) endif -ifdef SAGE_LISTING_SRCS -SRCS += $(SAGE_LISTING_SRCS) +ifdef SAGE_LISTING_DSTS +SRCS += $(SAGE_LISTING_DSTS) endif # The first target is the default, so put the PDF document first.