comparison 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
comparison
equal deleted inserted replaced
20923:40a2ec4a49ff 20924:abde88225c3a
3 3
4 # Change to yes to enable symlinking missing files to English master versions 4 # Change to yes to enable symlinking missing files to English master versions
5 USE_SYMLINKS = no 5 USE_SYMLINKS = no
6 6
7 # Dependency information. 7 # Dependency information.
8 $(HTMLDIR)/index.html: $(wildcard *.xml) html-common.xsl 8 $(HTMLDIR)/index.html: $(wildcard *.xml)
9 $(HTMLFILE): $(wildcard *.xml) html-common.xsl 9 $(HTMLFILE): $(wildcard *.xml)
10 10
11 include ../Makefile.inc 11 include ../Makefile.inc