changeset 29954:740cba0e78ae

Replace shell command substitution by Makefile syntax construct.
author diego
date Sun, 13 Dec 2009 12:41:17 +0000
parents ff601a46cbaf
children 20b529292a74
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 12:38:16 2009 +0000
+++ b/DOCS/xml/Makefile.inc	Sun Dec 13 12:41:17 2009 +0000
@@ -55,7 +55,7 @@
 	$(warning Typically this means, that you've run make from a subdir of DOCS/xml.)
 	$(error Don't do this!)
 endif
-	cp -f $(HTML_STYLESHEET) `dirname $@`
+	cp -f $(HTML_STYLESHEET) $(@D)
 	../xsltproc.sh $@ $(HTML_SINGLE_XSL) $<
 
 ../html-chunk.xsl ../html-single.xsl main.xml: