[MPlayer-DOCS] r30009 - trunk/DOCS/xml/Makefile.inc

diego subversion at mplayerhq.hu
Mon Dec 14 00:22:55 CET 2009


Author: diego
Date: Mon Dec 14 00:22:55 2009
New Revision: 30009

Log:
Simplify one more command via automatic variables.

Modified:
   trunk/DOCS/xml/Makefile.inc

Modified: trunk/DOCS/xml/Makefile.inc
==============================================================================
--- trunk/DOCS/xml/Makefile.inc	Mon Dec 14 00:17:11 2009	(r30008)
+++ trunk/DOCS/xml/Makefile.inc	Mon Dec 14 00:22:55 2009	(r30009)
@@ -36,7 +36,7 @@ xmllint: main.xml $(SYMLINKS_DEPS)
 	../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


More information about the MPlayer-DOCS mailing list