# HG changeset patch # User Christian Ebert # Date 1219921584 -7200 # Node ID 2ca70663ded3206a118fb55c654aeb8a97becdf6 # Parent 5423224c7913fd808c4b46eb9ee55ab3a682f281 doc/Makefile: rephrase comment (typo) diff -r 5423224c7913 -r 2ca70663ded3 doc/Makefile --- a/doc/Makefile Thu Aug 28 13:16:15 2008 +0200 +++ b/doc/Makefile Thu Aug 28 13:06:24 2008 +0200 @@ -30,7 +30,7 @@ asciidoc -b html4 $*.txt || asciidoc -b html $*.txt MANIFEST: man html - # versionned files are already in the main MANIFEST + # tracked files are already in the main MANIFEST $(RM) $@ for i in $(MAN) $(HTML) hg.1.gendoc.txt; do \ echo "doc/$$i" >> $@ ; \