comparison doc/Makefile @ 6943:2ca70663ded3

doc/Makefile: rephrase comment (typo)
author Christian Ebert <blacktrash@gmx.net>
date Thu, 28 Aug 2008 13:06:24 +0200
parents 2e58f1a36046
children ceed5f8c4ebf
comparison
equal deleted inserted replaced
6942:5423224c7913 6943:2ca70663ded3
28 28
29 %.html: %.txt 29 %.html: %.txt
30 asciidoc -b html4 $*.txt || asciidoc -b html $*.txt 30 asciidoc -b html4 $*.txt || asciidoc -b html $*.txt
31 31
32 MANIFEST: man html 32 MANIFEST: man html
33 # versionned files are already in the main MANIFEST 33 # tracked files are already in the main MANIFEST
34 $(RM) $@ 34 $(RM) $@
35 for i in $(MAN) $(HTML) hg.1.gendoc.txt; do \ 35 for i in $(MAN) $(HTML) hg.1.gendoc.txt; do \
36 echo "doc/$$i" >> $@ ; \ 36 echo "doc/$$i" >> $@ ; \
37 done 37 done
38 38