changeset 28220:e8a6bde9ef9e

cosmetics: Move clean targets to the bottom.
author diego
date Mon, 05 Jan 2009 00:01:55 +0000
parents e472851cff19
children ded986da716f
files DOCS/xml/Makefile
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/Makefile	Sun Jan 04 23:50:44 2009 +0000
+++ b/DOCS/xml/Makefile	Mon Jan 05 00:01:55 2009 +0000
@@ -35,14 +35,6 @@
 $(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 @@
 
 $(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*