Simplify one more command via automatic variables.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30009 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-12-13 23:22:55 +00:00
parent 79e3b42c2a
commit d1cab97233
1 changed files with 1 additions and 1 deletions

View File

@ -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