diff options
author | Tammy Fox <tfox@redhat.com> | 2004-08-12 21:04:10 +0000 |
---|---|---|
committer | Tammy Fox <tfox@redhat.com> | 2004-08-12 21:04:10 +0000 |
commit | abad7198d0899f4f65aafd89217b2f00cf412df9 (patch) | |
tree | 79cf5913c0e32484f68fc8a4dd693bab7ff1a6dc | |
parent | 154a99785ec103d3b940400e14b7a96403d5f835 (diff) | |
download | documentation-guide-abad7198d0899f4f65aafd89217b2f00cf412df9.tar.gz documentation-guide-abad7198d0899f4f65aafd89217b2f00cf412df9.tar.xz documentation-guide-abad7198d0899f4f65aafd89217b2f00cf412df9.zip |
add version entity and add version as subtitle
-rw-r--r-- | documentation-guide-en.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation-guide-en.xml b/documentation-guide-en.xml index 2af3ded..6a7b0a7 100644 --- a/documentation-guide-en.xml +++ b/documentation-guide-en.xml @@ -1,4 +1,4 @@ -<!-- $Id: documentation-guide-en.xml,v 1.10 2004/03/18 20:25:16 tfox Exp $ --> +<!-- $Id: documentation-guide-en.xml,v 1.11 2004/08/12 21:04:10 tfox Exp $ --> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ @@ -10,7 +10,9 @@ <!ENTITY DISTRO "Fedora Core"> <!-- Set the distro name --> <!ENTITY IG "&DISTRO; Installation Guide"> <!-- Always use for Installation Guide --> -<!ENTITY BOOKID "documentation-guide-0.2.1 (2004-03-18)"> <!-- change version of manual and date here --> +<!ENTITY VERSION "0.2.2"> <!-- version for this document --> + +<!ENTITY BOOKID "documentation-guide-&VERSION; (2004-08-12)"> <!-- change date here and VERSION entity everytime a change is made--> <!ENTITY LEGALNOTICE SYSTEM "../common/legalnotice-en.xml"> @@ -33,6 +35,7 @@ <book id="documentation-guide" lang="en"> <bookinfo> <title>&NAME-TITLE; Documentation Guide</title> + <subtitle>Version &VERSION;</subtitle> <copyright> <year>2003,2004</year> <holder>&FORMAL-RHI;</holder> |