summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2007-10-19 09:22:17 +0200
committerGuido Guenther <agx@sigxcpu.org>2007-10-19 09:22:17 +0200
commit53d0b13794018f88dcd2df017667e173bb333abf (patch)
treeeae05ca7a450536da845d8403c67630233684cea /docs
parent44a34275141b0646cadfdac38f4c34bbaed1b68e (diff)
add version number to docs and a tools
Diffstat (limited to 'docs')
-rw-r--r--docs/common.ent1
-rw-r--r--docs/manual.sgml7
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/common.ent b/docs/common.ent
index 58e97303..28cd7d39 100644
--- a/docs/common.ent
+++ b/docs/common.ent
@@ -1,6 +1,5 @@
<!ENTITY dhfirstname "<firstname>Guido</firstname>">
<!ENTITY dhsurname "<surname>Guenther</surname>">
- <!ENTITY dhdate "<date>2006-10-02</date>">
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
<!ENTITY dhemail "<email>agx@sigxcpu.org</email>">
<!ENTITY dhusername "Guido Guenther">
diff --git a/docs/manual.sgml b/docs/manual.sgml
index 6d188fdc..e72ebec5 100644
--- a/docs/manual.sgml
+++ b/docs/manual.sgml
@@ -1,6 +1,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY % COMMON SYSTEM "common.ent">
%COMMON;
+ <!ENTITY % VERSION SYSTEM "version.ent">
+ %VERSION;
<!ENTITY % MANPAGES SYSTEM "manpages/manpages.ent">
%MANPAGES;
<!ENTITY % CHAPTERS SYSTEM "chapters/chapters.ent">
@@ -11,10 +13,9 @@
<book id="gbp">
<bookinfo>
<title>Building Debian Packages with git-buildpackage</title>
- <author>
- &dhfirstname; &dhsurname;
- </author>
+ <author>&dhfirstname; &dhsurname;</author>
<address>&dhemail;</address>
+ <subtitle>Version: &gbp-version;</subtitle>
</bookinfo>
&ch.intro;