aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/manual.sgml
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/manual.sgml
parent44a34275141b0646cadfdac38f4c34bbaed1b68e (diff)
add version number to docs and a tools
Diffstat (limited to 'docs/manual.sgml')
-rw-r--r--docs/manual.sgml7
1 files changed, 4 insertions, 3 deletions
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;