mirror of https://github.com/mpv-player/mpv
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
|