comparison DOCS/xml/Makefile @ 15135:58c628554a33

Typo fix
author gpoirier
date Tue, 12 Apr 2005 11:01:10 +0000
parents 6555c01128b7
children c047b2d7f7ce
comparison
equal deleted inserted replaced
15134:a002b0aa4ad4 15135:58c628554a33
20 @echo "html-single : Build HTML documentation (single file)." 20 @echo "html-single : Build HTML documentation (single file)."
21 @echo "html-single-LANG : As above, but only one language." 21 @echo "html-single-LANG : As above, but only one language."
22 @echo "html-chunked : Build HTML documentation (multiple files)." 22 @echo "html-chunked : Build HTML documentation (multiple files)."
23 @echo "html-chunked-LANG : As above, but only one language." 23 @echo "html-chunked-LANG : As above, but only one language."
24 @echo "xmllint : Check syntax of all xml files." 24 @echo "xmllint : Check syntax of all xml files."
25 @echo "xmlling-LANG : Check syntax of LANG xml files." 25 @echo "xmllint-LANG : Check syntax of LANG xml files."
26 @echo "clean-html-single : Purge the 'HTML-single' directory." 26 @echo "clean-html-single : Purge the 'HTML-single' directory."
27 @echo "clean-html-chunked: Purge the 'HTML' directory." 27 @echo "clean-html-chunked: Purge the 'HTML' directory."
28 @echo "clean : Purge the 'HTML' and 'HTML-single' directories." 28 @echo "clean : Purge the 'HTML' and 'HTML-single' directories."
29 @echo "releaseclean : Remove generated files but keep the HTML." 29 @echo "releaseclean : Remove generated files but keep the HTML."
30 @echo "distclean : Remove ALL generated files." 30 @echo "distclean : Remove ALL generated files."