[MPlayer-DOCS] r31168 - trunk/DOCS/xml/Makefile
diego
subversion at mplayerhq.hu
Wed May 12 00:31:47 CEST 2010
Author: diego
Date: Wed May 12 00:31:47 2010
New Revision: 31168
Log:
10l: Use the directory part of the stylesheet path to create a directory.
Modified:
trunk/DOCS/xml/Makefile
Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile Tue May 11 23:33:15 2010 (r31167)
+++ trunk/DOCS/xml/Makefile Wed May 12 00:31:47 2010 (r31168)
@@ -39,7 +39,7 @@ html-single-$(lang): $(HTML)/$(lang)/MP
$(HTML)/$(lang)/index.html $(HTML)/$(lang)/MPlayer.html: $(lang)/main.xml $(wildcard $(lang)/*.xml) html-common.xsl $(HTML)/$(lang)/default.css
$(HTML)/$(lang)/default.css:
- mkdir -p $$@
+ mkdir -p $$(@D)
cp -f default.css $$(@D)
$(HTML)/$(lang)/index.html:
More information about the MPlayer-DOCS
mailing list