mirror of https://github.com/mpv-player/mpv
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:
parent
18c69ef780
commit
1f52f67652
|
@ -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) $<
|
||||
|
|
Loading…
Reference in New Issue