X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=GNUmakefile;h=a248258dbfb69e483421380c2a7c1d1aa63784e9;hp=779162ae6c3d86c3986d01ff304d32b7277f268f;hb=cb9ba249d79006f9707ea14bf4ea7c159f02e24e;hpb=572e4feaf7368517242975fb1f83f920226cc389 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.