]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/texinfo-rules.make
Add a regtest for breve extent (fix 1814)
[lilypond.git] / stepmake / stepmake / texinfo-rules.make
index 83120ed87fb7e9a3684cc7c9d1dc7eef424ac9bc..a3133d6aeae0e10522058c5accab51c641650f38 100644 (file)
@@ -24,11 +24,11 @@ endif
        touch $@
 
 # Copy files while tracking their dependencies.
-$(outdir)/%.texi: $(src-dir)/%.texi
+$(outdir)/%.texi: %.texi
        mkdir -p $(dir $@)
        $(DO_TEXI_DEP) cp -f $< $@
 
-$(outdir)/%.itexi: $(src-dir)/%.itexi
+$(outdir)/%.itexi: %.itexi
        mkdir -p $(dir $@)
        $(DO_TEXI_DEP) cp -f $< $@
 
@@ -84,6 +84,3 @@ $(outdir)/version.%: $(top-src-dir)/VERSION
 
 $(outdir)/weblinks.%: $(top-src-dir)/VERSION
        $(PYTHON) $(top-src-dir)/scripts/build/create-weblinks-itexi.py > $@
-
-# Keep this empty to prevent make from removing intermediate files.
-.SECONDARY: