1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-09 08:29:42 +00:00
mpv/DOCS/xml/cs/Makefile
jheryan f2dabb6541 Symlinks are not needed any more.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16565 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-23 08:05:45 +00:00

12 lines
303 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 = no
# Dependency information.
$(HTMLDIR)/index.html: $(wildcard *.xml)
$(HTMLFILE): $(wildcard *.xml)
include ../Makefile.inc