diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-02-24 23:06:05 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-02-24 23:06:05 -0600 |
commit | 939c09368f6b557eb9add27e198c5865acb97f3c (patch) | |
tree | a0f2106215fe132e91002ef7e8d701234d47649c /doc | |
parent | 231a15e763efe7e615c3b2950a537e2ab04f5d5c (diff) | |
download | tdeutils-939c09368f6b557eb9add27e198c5865acb97f3c.tar.gz tdeutils-939c09368f6b557eb9add27e198c5865acb97f3c.zip |
Fix tdeutils doctype declaration for future maintenance of handbook files.
This partially resolves bug report 694.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kedit/index.docbook | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/kedit/index.docbook b/doc/kedit/index.docbook index 5ef2ff8..68213ad 100644 --- a/doc/kedit/index.docbook +++ b/doc/kedit/index.docbook @@ -1,5 +1,5 @@ <?xml version="1.0" ?> -<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" "dtd/kdex.dtd" [ +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ <!ENTITY kappname "&kedit;"> <!ENTITY package "tdeutils"> <!ENTITY % addindex "IGNORE"> @@ -1235,9 +1235,20 @@ Bernd Johannes Wuebben <email>wuebben@math.cornell.edu</email></para> <appendix id="installation"> <title>Installation</title> +<sect1 id="getting-kedit"> +<title>How to obtain &kedit;</title> + &install.intro.documentation; + +</sect1> + +<sect1 id="compilation"> +<title>Compilation and Installation</title> + &install.compile.documentation; +</sect1> + </appendix> </book> |