comparison DOCS/xml/configure @ 20761:3ea816dc678e

Generated XSL files should be in UTF-8.
author diego
date Wed, 08 Nov 2006 12:39:16 +0000
parents ef1252f1ac2d
children 5aaf8dbd177e
comparison
equal deleted inserted replaced
20760:0ae2c8b1c44b 20761:3ea816dc678e
90 else 90 else
91 echo "Found docbook.xsl at $_docbook_xsl" 91 echo "Found docbook.xsl at $_docbook_xsl"
92 fi 92 fi
93 93
94 cat > html-chunk.xsl << EOF 94 cat > html-chunk.xsl << EOF
95 <?xml version="1.0" encoding="ISO-8859-1"?> 95 <?xml version="1.0" encoding="utf-8"?>
96 <!-- ************************************************** 96 <!-- **************************************************
97 This file is generated automatically. DO NOT EDIT. 97 This file is generated automatically. DO NOT EDIT.
98 ************************************************** --> 98 ************************************************** -->
99 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 99 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
100 version="1.0"> 100 version="1.0">
105 </xsl:stylesheet> 105 </xsl:stylesheet>
106 EOF 106 EOF
107 107
108 108
109 cat > html-single.xsl << EOF 109 cat > html-single.xsl << EOF
110 <?xml version="1.0" encoding="ISO-8859-1"?> 110 <?xml version="1.0" encoding="utf-8"?>
111 <!-- ************************************************** 111 <!-- **************************************************
112 This file is generated automatically. DO NOT EDIT. 112 This file is generated automatically. DO NOT EDIT.
113 ************************************************** --> 113 ************************************************** -->
114 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 114 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
115 version="1.0"> 115 version="1.0">
146 echo "Found docbookx.dtd at $_dtd" 146 echo "Found docbookx.dtd at $_dtd"
147 fi 147 fi
148 148
149 for lang in `grep 'SUBDIRS =' Makefile|cut -d= -f2`; do 149 for lang in `grep 'SUBDIRS =' Makefile|cut -d= -f2`; do
150 cat > $lang/main.xml << EOF 150 cat > $lang/main.xml << EOF
151 <?xml version="1.0" encoding="iso-8859-1" standalone="no"?> 151 <?xml version="1.0" encoding="utf-8" standalone="no"?>
152 <!-- ************************************************** 152 <!-- **************************************************
153 This file is generated automatically. DO NOT EDIT. 153 This file is generated automatically. DO NOT EDIT.
154 ************************************************** --> 154 ************************************************** -->
155 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 155 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
156 "$_dtd" 156 "$_dtd"