X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=GNUmakefile;h=779162ae6c3d86c3986d01ff304d32b7277f268f;hp=799b6dbd61d2e1c14bf5078d53fdd0943144192b;hb=572e4feaf7368517242975fb1f83f920226cc389;hpb=e799531ea384c819fc849d2d512062f989453f04 diff --git a/GNUmakefile b/GNUmakefile index 799b6db..779162a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -48,7 +48,9 @@ ifdef MJOTEX MJOTEXPATHS = $(shell kpsewhich $(MJOTEX)) SRCS += $(MJOTEXPATHS) endif - +ifdef SAGE_LISTING_SRCS +SRCS += $(SAGE_LISTING_SRCS) +endif # The first target is the default, so put the PDF document first. #