[MPlayer-DOCS] r29994 - trunk/DOCS/xml/Makefile.inc

diego subversion at mplayerhq.hu
Sun Dec 13 13:31:26 CET 2009


Author: diego
Date: Sun Dec 13 13:31:26 2009
New Revision: 29994

Log:
Do not pointlessly remove all targets before recreating them.

Modified:
   trunk/DOCS/xml/Makefile.inc

Modified: trunk/DOCS/xml/Makefile.inc
==============================================================================
--- trunk/DOCS/xml/Makefile.inc	Sun Dec 13 13:28:42 2009	(r29993)
+++ trunk/DOCS/xml/Makefile.inc	Sun Dec 13 13:31:26 2009	(r29994)
@@ -46,7 +46,6 @@ ifndef HTMLDIR
 	$(warning Typically this means, that you've run make from a subdir of DOCS/xml.)
 	$(error Don't do this!)
 endif
-	-rm -f $(HTMLDIR)/*
 	cp -f $(HTML_STYLESHEET) $(HTMLDIR)/
 	../xsltproc.sh $(HTMLDIR)/ $(HTML_CHUNK_XSL) $<
 
@@ -56,7 +55,6 @@ ifndef HTMLFILE
 	$(warning Typically this means, that you've run make from a subdir of DOCS/xml.)
 	$(error Don't do this!)
 endif
-	-rm -f $(HTMLFILE)
 	cp -f $(HTML_STYLESHEET) `dirname $(HTMLFILE)`
 	../xsltproc.sh $(HTMLFILE) $(HTML_SINGLE_XSL) $<
 


More information about the MPlayer-DOCS mailing list