changeset 6943:2ca70663ded3

doc/Makefile: rephrase comment (typo)
author Christian Ebert <blacktrash@gmx.net>
date Thu, 28 Aug 2008 13:06:24 +0200
parents 5423224c7913
children 7e5f3480c45b
files doc/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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" >> $@ ; \