[PATCH] Documentation/DocBook: set default encoding for db2*-utils

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Set the default encoding for docbook2*-utils to XML, so utf8 chars will
be output correctly (like umlauts in names as in uio-howto.xml).

Signed-off-by: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
Cc: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
Cc: Hans J. Koch <hjk@xxxxxxxxxxxxx>
---

I found the hint here: 

http://www.linuxhowtos.org/Tips%20and%20Tricks/latexuf8.htm

 Documentation/DocBook/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile
index 1462ed8..3f013fb 100644
--- a/Documentation/DocBook/Makefile
+++ b/Documentation/DocBook/Makefile
@@ -111,7 +111,7 @@ always := $(hostprogs-y)
 
 notfoundtemplate = echo "*** You have to install docbook-utils or xmlto ***"; \
 		   exit 1
-db2xtemplate = db2TYPE -o $(dir $@) $<
+db2xtemplate = SP_ENCODING=XML db2TYPE -o $(dir $@) $<
 xmltotemplate = xmlto TYPE $(XMLTOFLAGS) -o $(dir $@) $<
 
 # determine which methods are available
-- 
1.6.2

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux