]> arthur.barton.de Git - bup.git/commitdiff
Documentation: correctly mark .md.tmp files as "precious".
authorAvery Pennarun <apenwarr@gmail.com>
Thu, 11 Feb 2010 17:20:40 +0000 (12:20 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 11 Feb 2010 17:20:40 +0000 (12:20 -0500)
Otherwise, if you don't have pandoc installed, they get repeatedly
regenerated for no good reason.

Documentation/Makefile

index 0b494a932d9fbb9efcea3a78b385aff82d0069a8..d69aa88602118d79f81e62608e89ce4548489bff 100644 (file)
@@ -22,7 +22,7 @@ html: $(patsubst %.1.md,%.html,$(wildcard *.md))
 %.html: %.1.md.tmp Makefile
        $(PANDOC) -s -r markdown -w html -o $@ $<
        
-.PRECIOUS: %.1.md.tmp
+.PRECIOUS: %.md.tmp
 %.md.tmp: %.md Makefile
        rm -f $@ $@.new
        sed -e 's,%BUP_VERSION%,${BUP_VERSION},g' \