blob: e18885f6df66405a92ed108ad57ce1944d43e3c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
|