Mercurial > mplayer.hg
changeset 29952:f3b569ce6791
Do not pointlessly remove all targets before recreating them.
author | diego |
---|---|
date | Sun, 13 Dec 2009 12:31:26 +0000 |
parents | 0816de0f6db1 |
children | ff601a46cbaf |
files | DOCS/xml/Makefile.inc |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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) $<