changeset 29967:cb44dec7706e

Simplify one more command via automatic variables.
author diego
date Sun, 13 Dec 2009 23:22:55 +0000
parents a08a776121b8
children 4e0ff9be2b1e
files DOCS/xml/Makefile.inc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/Makefile.inc	Sun Dec 13 23:17:11 2009 +0000
+++ b/DOCS/xml/Makefile.inc	Sun Dec 13 23:22:55 2009 +0000
@@ -36,7 +36,7 @@
 	../xmllint.sh $<
 
 $(HTMLDIR)/index.html: main.xml $(CHUNK_XSL_DEPS) $(SYMLINKS_DEPS) xmllint
-	cp -f $(HTML_STYLESHEET) $(HTMLDIR)
+	cp -f $(HTML_STYLESHEET) $(@D)
 	../xsltproc.sh $(HTMLDIR)/ $(HTML_CHUNK_XSL) $<
 
 $(HTMLFILE): main.xml $(XSL_DEPS) $(SYMLINKS_DEPS) xmllint