annotate DOCS/xml/en/Makefile @ 11045:4dc3149f5b74
Support for building incomplete translations.
Patch by Dmitry Baryshkov <mitya@school.ioffe.ru>.
author |
diego |
date |
Wed, 08 Oct 2003 02:00:59 +0000 |
parents |
62c5a17038ba |
children |
6dfed0b2a300 |
rev |
line source |
9675
|
1 include ../Makefile.inc
|
|
2
|
|
3 # Set if you are using your own HTML stylesheet...
|
|
4 #HTML_STYLESHEET = mystyle.css
|
|
5
|
11045
|
6 # Change to yes to enable symlinking missing files to English master versions
|
|
7 USE_SYMLINKS = no
|
|
8
|
9675
|
9 # Dependency information.
|
|
10 $(HTMLDIR)/index.html: $(wildcard *.xml)
|