Mercurial > mplayer.hg
changeset 31111:ebcf975378b3
10l: Use the directory part of the stylesheet path to create a directory.
author | diego |
---|---|
date | Tue, 11 May 2010 22:31:47 +0000 |
parents | 6d19129bcd9e |
children | 77d4edd794ea |
files | DOCS/xml/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/Makefile Tue May 11 21:33:15 2010 +0000 +++ b/DOCS/xml/Makefile Tue May 11 22:31:47 2010 +0000 @@ -39,7 +39,7 @@ $(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: