Author: diego
Date: Mon Jan  5 01:01:55 2009
New Revision: 28255

Log:
cosmetics: Move clean targets to the bottom.

Modified:
   trunk/DOCS/xml/Makefile

Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile     Mon Jan  5 00:50:44 2009        (r28254)
+++ trunk/DOCS/xml/Makefile     Mon Jan  5 01:01:55 2009        (r28255)
@@ -35,14 +35,6 @@ xmllint: xmllint.sh $(addprefix xmllint-
 $(HTML_CHUNKED) $(HTML_SINGLE):
        -mkdir -p $@
 
-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
-
-distclean: clean releaseclean
-
 xsltproc.sh xmllint.sh:
        sh configure
 
@@ -64,4 +56,12 @@ endef
 
 $(foreach lang, $(DOC_LANG_ALL),$(eval $(call lang-def,$(lang))))
 
+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
+
+distclean: clean releaseclean
+
 .PHONY: all help html-chunked* html-single* xmllint* *clean*
_______________________________________________
MPlayer-DOCS mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs

Reply via email to