* [PATCH] Fixup Documentation Makefile for cg-%.txt
@ 2005-08-19 7:40 Kris Shannon
0 siblings, 0 replies; only message in thread
From: Kris Shannon @ 2005-08-19 7:40 UTC (permalink / raw)
To: Petr Baudis; +Cc: Git Mailing List
The syntax for .PRECIOUS in a makefile requires
an implicit target to match exactly:
%.txt does not cover all *.txt
Signed-off-by: Kris Shannon <kris.shannon@gmail.com>
---
Documentation/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/Makefile b/Documentation/Makefile
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -52,7 +52,7 @@
clean:
rm -f *.xml *.html *.1 *.7 cg-*.txt cogito.txt
-.PRECIOUS: %.txt
+.PRECIOUS: cg-%.txt
introduction.html: ../README
asciidoc -b xhtml11 -d article -f asciidoc.conf -o $@ $<
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-08-19 7:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-19 7:40 [PATCH] Fixup Documentation Makefile for cg-%.txt Kris Shannon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).