blob: ea6cc92bcbf5124eae115f5aa962ecec8c4b3dcf (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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 $(HTMLDIR)/MPlayer.html: $(wildcard *.xml)
include ../Makefile.inc
|