DORMANTno replies

[PATCH] Fixup Documentation Makefile for cg-%.txt

From: Kris Shannon <hidden>
Date: 2016-06-15 22:42:04
Subsystem: documentation, the rest · Maintainers: Jonathan Corbet, Linus Torvalds

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 <redacted>
---

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 $@ $<
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help