# HG changeset patch # User diego # Date 1260707486 0 # Node ID f3b569ce67917727a2d7962cff3809c1c1b0e0b2 # Parent 0816de0f6db107a8e28b68e44d59a4e1d7191cee Do not pointlessly remove all targets before recreating them. diff -r 0816de0f6db1 -r f3b569ce6791 DOCS/xml/Makefile.inc --- a/DOCS/xml/Makefile.inc Sun Dec 13 12:28:42 2009 +0000 +++ b/DOCS/xml/Makefile.inc Sun Dec 13 12:31:26 2009 +0000 @@ -46,7 +46,6 @@ $(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 @@ $(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) $<