annotate DOCS/xml/pl/Makefile @ 20924:abde88225c3a

Output UTF-8 instead of legacy encodings by default.
author diego
date Wed, 15 Nov 2006 10:37:41 +0000
parents 98c6948a859b
children 03e8eec6e104
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
1 # Set if you are using your own HTML stylesheet...
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
2 #HTML_STYLESHEET = mystyle.css
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
3
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
4 # Change to yes to enable symlinking missing files to English master versions
12347
98c6948a859b XML translation complete
wight
parents: 11896
diff changeset
5 USE_SYMLINKS = no
11127
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
6
bfef1e331186 Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff changeset
7 # Dependency information.
20924
abde88225c3a Output UTF-8 instead of legacy encodings by default.
diego
parents: 12347
diff changeset
8 $(HTMLDIR)/index.html: $(wildcard *.xml)
abde88225c3a Output UTF-8 instead of legacy encodings by default.
diego
parents: 12347
diff changeset
9 $(HTMLFILE): $(wildcard *.xml)
11896
71a4c2eb1340 100l for forgetting to update this. It would brake building after distclean.
wight
parents: 11188
diff changeset
10
71a4c2eb1340 100l for forgetting to update this. It would brake building after distclean.
wight
parents: 11188
diff changeset
11 include ../Makefile.inc