Documentation/git-cvsimport.txt: Fix a slight glitch in description heading.
[gitweb.git] / Documentation / Makefile
index f45a06246920cf6bcd5c90bd358461171ed2bd5a..be4f3e13c66396206323a5e1423ecf3cfb739ca0 100644 (file)
@@ -53,8 +53,7 @@ install: man
 #
 # Determine "include::" file references in asciidoc files.
 #
-TEXTFILES = $(wildcard git-*.txt)
-doc.dep : $(TEXTFILES) build-docdep.perl
+doc.dep : $(wildcard *.txt) build-docdep.perl
        rm -f $@+ $@
        perl ./build-docdep.perl >$@+
        mv $@+ $@