annotate DOCS/xml/fr/Makefile @ 11188:6dfed0b2a300

Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
author lumag
date Mon, 20 Oct 2003 09:56:48 +0000
parents 4dc3149f5b74
children 71a4c2eb1340
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
1 include ../Makefile.inc
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
2
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
3 # Set if you are using your own HTML stylesheet...
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
4 #HTML_STYLESHEET = mystyle.css
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
5
11045
4dc3149f5b74 Support for building incomplete translations.
diego
parents: 10109
diff changeset
6 # Change to yes to enable symlinking missing files to English master versions
4dc3149f5b74 Support for building incomplete translations.
diego
parents: 10109
diff changeset
7 USE_SYMLINKS = no
4dc3149f5b74 Support for building incomplete translations.
diego
parents: 10109
diff changeset
8
10109
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
9 # Dependency information.
b84118357b83 Adding of XML french docs
nicolas
parents:
diff changeset
10 $(HTMLDIR)/index.html: $(wildcard *.xml)
11188
6dfed0b2a300 Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents: 11045
diff changeset
11 $(HTMLFILE): $(wildcard *.xml)