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