]> gitweb.michael.orlitzky.com - beamer-mjo.git/commitdiff
GNUmakefile: drop no-op INDICES test
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 14 Apr 2025 17:05:46 +0000 (13:05 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 14 Apr 2025 17:05:46 +0000 (13:05 -0400)
GNUmakefile

index ff29d3701204ba787033bb4d5c8ad6b4becb1b08..7d800b9766fc7dc916b248de30eb0cae401e9e14 100644 (file)
@@ -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