2003-05-26 16:53:24 +00:00
|
|
|
# Set if you are using your own HTML stylesheet...
|
|
|
|
#HTML_STYLESHEET = mystyle.css
|
|
|
|
|
2003-10-08 02:00:59 +00:00
|
|
|
# Change to yes to enable symlinking missing files to English master versions
|
2003-10-12 23:25:59 +00:00
|
|
|
USE_SYMLINKS = no
|
2003-10-08 02:00:59 +00:00
|
|
|
|
2003-05-26 16:53:24 +00:00
|
|
|
# Dependency information.
|
|
|
|
$(HTMLDIR)/index.html: $(wildcard *.xml)
|
2003-10-20 09:56:48 +00:00
|
|
|
$(HTMLFILE): $(wildcard *.xml)
|
2004-01-30 21:32:42 +00:00
|
|
|
|
|
|
|
include ../Makefile.inc
|