mirror of
https://github.com/mpv-player/mpv
synced 2024-12-09 08:29:42 +00:00
4b818c58a8
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12525 b3059339-0415-0410-9bf9-f77b7e298cf2
12 lines
304 B
Makefile
12 lines
304 B
Makefile
# 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)
|
|
$(HTMLFILE): $(wildcard *.xml)
|
|
|
|
include ../Makefile.inc
|