diff DOCS/xml/Makefile @ 11206:e7534574320c

html.xsl ---> html-single.xsl + more consistency + small fixes
author diego
date Tue, 21 Oct 2003 11:07:02 +0000
parents eae346fd3769
children 23192e33fad5
line wrap: on
line diff
--- a/DOCS/xml/Makefile	Tue Oct 21 10:53:19 2003 +0000
+++ b/DOCS/xml/Makefile	Tue Oct 21 11:07:02 2003 +0000
@@ -21,6 +21,7 @@
 	@echo "build-html-chunked: Build HTML documentation (multiple files)."
 	@echo "clean-html-single : Purge the 'HTML-single' directory."
 	@echo "clean-html-chunked: Purge the 'HTML' directory."
+	@echo "clean             : Purge the 'HTML' and 'HTML-single' directories."
 	@echo "distclean         : Remove ALL generated files."
 
 .PHONY: build-html-chunked
@@ -38,7 +39,7 @@
 	for dir in $(SUBDIRS); do\
 		test -f $$dir/Makefile &&\
 		(test -d $(HTML_SINGLE)/$$dir || mkdir $(HTML_SINGLE)/$$dir) &&\
-		if $(MAKE) HTMLFILE=../$(HTML_SINGLE)/$$dir/MPlayer.html -C $$dir html; then :; else exit 1; fi;\
+		if $(MAKE) HTMLFILE=../$(HTML_SINGLE)/$$dir/MPlayer.html -C $$dir html-single; then :; else exit 1; fi;\
 	done
 
 .PHONY: clean-html-chunked
@@ -55,7 +56,7 @@
 		test -f $$dir/Makefile &&\
 		if $(MAKE) HTMLDIR=../$(HTML_CHUNKED)/$$dir -C $$dir distclean ; then :; else exit 1; fi;\
 	done
-	-rm -f html.xsl html-chunk.xsl xsltproc.sh xmllint.sh
+	-rm -f html-chunk.xsl html-single.xsl xsltproc.sh xmllint.sh
 
 xsltproc.sh: configure
 	./configure