From: Michael Orlitzky Date: Mon, 14 Apr 2025 17:05:46 +0000 (-0400) Subject: GNUmakefile: drop no-op INDICES test X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=ecaf1a537fb091638fc5867895638d3bb3ec57f1;p=beamer-mjo.git GNUmakefile: drop no-op INDICES test --- diff --git a/GNUmakefile b/GNUmakefile index ff29d37..7d800b9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -86,15 +86,6 @@ $(PN).aux: $(SRCS) $(LATEX) $(PN).tex -ifdef INDICES -# We need to be able to build the index source files without involving -# the main $(PN).pdf rule, in order to avoid a chicken-and-egg problem. -# This is similar to the $(PN).aux rule above, except that an index is -# optional and there might be more than one of them. -$(INDEX_SRCS): $(PN).tex - $(LATEX) $(PN).tex -endif - # The pipe below indicates an "order-only dependency" on the aux file. # Without it, every compilation of $(PN).tex would produce a new # $(PN).aux, and thus $(PN).bbl would be rebuilt. This in turn causes