[MPlayer-DOCS] r28255 - trunk/DOCS/xml/Makefile
diego
subversion at mplayerhq.hu
Mon Jan 5 01:01:56 CET 2009
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*
More information about the MPlayer-DOCS
mailing list