diff options
author | Darrell Anderson <[email protected]> | 2014-02-01 21:49:40 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-02-01 21:49:40 -0600 |
commit | 8c04c134992453d9cf9ade5b309910f583de155d (patch) | |
tree | 49368e496d21b2fe2b392b6718fde87ba89a8d0b | |
parent | a096e319295fa10f678166a801b08f740bae287b (diff) | |
download | tork-8c04c134992453d9cf9ade5b309910f583de155d.tar.gz tork-8c04c134992453d9cf9ade5b309910f583de155d.zip |
Update docbook doctype declaration.
-rw-r--r-- | doc/en/index.docbook | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 0b837d0..185dd9b 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -1,14 +1,10 @@ <?xml version="1.0" ?> -<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ <!ENTITY tork "<application>tork 0.1</application>"> <!ENTITY kappname "&tork;"><!-- Do *not* replace kappname--> <!ENTITY package "kde-module"><!-- tdebase, tdeadmin, etc --> <!ENTITY % addindex "IGNORE"> <!ENTITY % English "INCLUDE"><!-- change language only here --> - - - <!-- Do not define any other entities; instead, use the entities - from kde-genent.entities and $LANG/user.entities. --> ]> <!-- kdoctemplate v0.8 October 1 1999 Minor update to "Credits and Licenses" section on August 24, 2000 |