blob: 30aca265a911900753292fe67af18fdd8e88fedc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 = no
# Dependency information.
$(HTMLDIR)/index.html: $(wildcard *.xml)
$(HTMLFILE): $(wildcard *.xml)
|