blob: 8457da2abdcc4424f90ff683d751c3a8bcc81e1b (
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) html-common.xsl
$(HTMLFILE): $(wildcard *.xml) html-common.xsl
include ../Makefile.inc
|