]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - GNUmakefile
GNUmakefile: tweak that last commit to use the DSTS instead of SRCS.
[mjotex.git] / GNUmakefile
index 779162ae6c3d86c3986d01ff304d32b7277f268f..a248258dbfb69e483421380c2a7c1d1aa63784e9 100644 (file)
@@ -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.