X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2FMakefile;h=85f9752e61de7c082bdb18f98b7fb23c3929a577;hb=01066b26a984761a2c9372871bba3697984a4456;hp=db4b9f6c54554cab252eafcf5b35896db43999b9;hpb=1220d2e5b2cec5a2b8dfad1ba15b0764c2064374;p=uffi.git diff --git a/doc/Makefile b/doc/Makefile index db4b9f6..85f9752 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -6,9 +6,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id$ -# -# This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +# This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ############################################################################## DOCFILE_BASE_DEFAULT:=uffi @@ -98,7 +96,7 @@ html: html.tar.gz html.tar.gz: $(DOCFILES) Makefile @rm -rf html @mkdir html - @XML_CATALOG_FILES="$(CATALOG)" $(XSLTPROC) --stringparam chunker.output.encoding ISO-8859-1 \ + @XML_CATALOG_FILES="$(CATALOG)" $(XSLTPROC) --stringparam chunker.output.encoding UTF-8 \ --xinclude --output html/ html_chunk.xsl $(DOCFILE) @GZIP='-9' tar czf html.tar.gz html