[MPlayer-DOCS] CVS: main/DOCS/xml Makefile,1.20,1.21

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun Apr 10 18:26:53 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/DOCS/xml
In directory mail:/var2/tmp/cvs-serv247

Modified Files:
	Makefile 
Log Message:
Add releaseclean target to remove generated files but keep the HTML.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Makefile	6 Jan 2005 12:46:23 -0000	1.20
+++ Makefile	10 Apr 2005 16:26:51 -0000	1.21
@@ -24,6 +24,7 @@
 	@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."
 	@echo "distclean-LANG    : Remove ALL generated files for one language."
 	@echo "Substitute LANG for one of $(SUBDIRS)"
@@ -46,10 +47,12 @@
 clean-html-single:
 	-rm -rf $(HTML_SINGLE)
 
-.PHONY: distclean
-distclean: clean-html-chunked clean-html-single $(addprefix distclean-,$(SUBDIRS))
+.PHONY: releaseclean
+releaseclean: $(addprefix distclean-,$(SUBDIRS))
 	-rm -f html-chunk.xsl html-single.xsl xsltproc.sh xmllint.sh
 
+distclean: clean releaseclean
+
 xsltproc.sh xmllint.sh:
 	sh configure
 




More information about the MPlayer-DOCS mailing list