From ecaf1a537fb091638fc5867895638d3bb3ec57f1 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 14 Apr 2025 13:05:46 -0400 Subject: [PATCH] GNUmakefile: drop no-op INDICES test --- GNUmakefile | 9 --------- 1 file changed, 9 deletions(-) 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 -- 2.49.0