diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-20 20:20:56 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-20 20:20:56 +0000 |
commit | 471d0afc4da7bd3b1a3285352364020eced26c25 (patch) | |
tree | c279c8d37343593af402cb55e683218cac83d9a8 /bookinfo | |
parent | 20673d91d473d4da0ee07e03a416af6891ef10e4 (diff) |
Added the book's version in a <subtitle> tag so it will appear on the
first page as this:
Linux From Scratch
Version 20010720
Gerard Beekmans
Copyright � 1999, 2000, 2001 by Gerard Beekmans
This book describes the process of creating a Linux system from scratch
from an already installed Linux distribution, using nothing but the
sources of software that are needed.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@822 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bookinfo')
-rw-r--r-- | bookinfo/bookinfo.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bookinfo/bookinfo.xml b/bookinfo/bookinfo.xml index 863122d07..411dd80fa 100644 --- a/bookinfo/bookinfo.xml +++ b/bookinfo/bookinfo.xml @@ -1,5 +1,6 @@ <bookinfo> <title>Linux From Scratch</title> +<subtitle>Version &version;</subtitle> &bi-authorgroup; &bi-copyright; |