diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-12-13 12:31:26 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-12-13 12:31:26 +0000 |
commit | e50d429186ce2b27d25f3385ea230e1bc696922c (patch) | |
tree | e622b3efa04e233c11912793111dad77ce291d97 /DOCS/xml | |
parent | 5ef58f03513d97c518a330d5d97f508529a3235e (diff) |
Do not pointlessly remove all targets before recreating them.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29994 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r-- | DOCS/xml/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/DOCS/xml/Makefile.inc b/DOCS/xml/Makefile.inc index 53e475d7af..2ef29064da 100644 --- a/DOCS/xml/Makefile.inc +++ b/DOCS/xml/Makefile.inc @@ -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) $< |