Author: diego
Date: Mon Jan  5 00:45:14 2009
New Revision: 28253

Log:
Subsume clean-html-chunked and clean-html-single targets into clean target.

Modified:
   trunk/DOCS/xml/Makefile

Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile     Mon Jan  5 00:41:56 2009        (r28252)
+++ trunk/DOCS/xml/Makefile     Mon Jan  5 00:45:14 2009        (r28253)
@@ -20,8 +20,6 @@ help:
        @echo "html-chunked-LANG : As above, but only one language."
        @echo "xmllint           : Check syntax of all xml files."
        @echo "xmllint-LANG      : Check syntax of LANG xml 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 "releaseclean      : Remove generated files but keep the HTML."
        @echo "distclean         : Remove ALL generated files."
@@ -39,11 +37,8 @@ xmllint: xmllint.sh $(addprefix xmllint-
 $(HTML_CHUNKED) $(HTML_SINGLE):
        -mkdir -p $@
 
-clean-html-chunked:
-       -rm -rf $(HTML_CHUNKED)
-
-clean-html-single:
-       -rm -rf $(HTML_SINGLE)
+clean:
+       rm -rf $(HTML_CHUNKED) $(HTML_SINGLE)
 
 releaseclean: $(addprefix releaseclean-,$(DOC_LANG_ALL))
        -rm -f html-chunk.xsl html-single.xsl xsltproc.sh xmllint.sh
@@ -53,8 +48,6 @@ distclean: clean releaseclean
 xsltproc.sh xmllint.sh:
        sh configure
 
-clean: clean-html-chunked clean-html-single
-
 define lang-def
 html-chunked-$(1): xsltproc.sh xmllint.sh $(HTML_CHUNKED)
        -(mkdir -p $(HTML_CHUNKED)/$(1))
_______________________________________________
MPlayer-DOCS mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs

Reply via email to