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