Use variable for HTML stylesheet so individual languages can use their own.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30016 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-12-14 00:57:33 +00:00
parent 18c69ef780
commit 1f52f67652
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ xmllint: main.xml $(SYMLINKS_DEPS)
../xmllint.sh $<
$(HTMLDIR)/default.css:
cp -f ../default.css $(@D)
cp -f $(HTML_STYLESHEET) $(@D)
$(HTMLDIR)/index.html: main.xml $(CHUNK_XSL_DEPS) $(SYMLINKS_DEPS) xmllint $(HTMLDIR)/default.css
../xsltproc.sh $(HTMLDIR)/ $(HTML_CHUNK_XSL) $<