From: Michael Orlitzky Date: Fri, 27 Feb 2026 01:07:50 +0000 (-0500) Subject: GNUmakefile.mjo: add SAGE_LISTINGS (not the DSTS) to SRCS X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=9c27a59a1c4c22e8ce18a607e45801e1d17f09b0;p=mjotex.git GNUmakefile.mjo: add SAGE_LISTINGS (not the DSTS) to SRCS We want to rebuild the PDF if the listing files change. In theory that will also cause the DSTS (*.sage.py files) to change, but the PDF really depends on the source listings that presumably are included in the document. --- diff --git a/GNUmakefile.mjo b/GNUmakefile.mjo index 177837d..54e2d44 100644 --- a/GNUmakefile.mjo +++ b/GNUmakefile.mjo @@ -73,10 +73,10 @@ MJOTEXPATHS = $(shell kpsewhich $(MJOTEX)) SRCS += $(MJOTEXPATHS) endif ifdef SAGE_LISTINGS +SRCS += $(SAGE_LISTINGS) SAGE_LISTING_DSTS = $(patsubst %.listing,\ $(BUILDDIR)/%.sage.py,\ $(SAGE_LISTINGS)) -SRCS += $(SAGE_LISTING_DSTS) endif ifdef INDICES