mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 10:55:43 +00:00
44d459e63e
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11189 b3059339-0415-0410-9bf9-f77b7e298cf2
12 lines
336 B
Makefile
12 lines
336 B
Makefile
include ../Makefile.inc
|
|
|
|
# Set if you are using your own HTML stylesheet...
|
|
#HTML_STYLESHEET = mystyle.css
|
|
|
|
# Change to yes to enable symlinking missing files to English master versions
|
|
USE_SYMLINKS = yes
|
|
|
|
# Dependency information.
|
|
$(HTMLDIR)/index.html: $(wildcard *.xml) html-common.xsl
|
|
$(HTMLFILE): $(wildcard *.xml) html-common.xsl
|