diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-05-24 21:24:59 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-05-24 21:24:59 +0000 |
commit | 1118b1757d67c5e7deb4c9e4b864b00f9d8a8b0c (patch) | |
tree | cf1411feb617804f8468b98348eff7f377b2ee07 /prologue | |
parent | 11ebea60aa77e5a8b24f08971e153d05c12a4406 (diff) |
Create branches/merge in svn repo fo rtesting of merged LFS books
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/bookinfo.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/prologue/bookinfo.xml b/prologue/bookinfo.xml index a44a137a5..6887ace1d 100644 --- a/prologue/bookinfo.xml +++ b/prologue/bookinfo.xml @@ -7,8 +7,8 @@ <bookinfo> <title>Linux From Scratch</title> - <subtitle>Version &version;</subtitle> - + <subtitle revision='sysv' >Version &version; </subtitle> + <subtitle revision='systemd'>Version &versiond;</subtitle> <authorgroup> <author> @@ -16,18 +16,26 @@ <surname>Beekmans</surname> </author> <author> - <firstname>Managing Editor is Bruce</firstname> + <firstname>Managing Editor: Bruce</firstname> <surname>Dubbs</surname> </author> + <author revision="systemd"> + <firstname>Editor: Douglas R.</firstname> + <surname>Reno</surname> + </author> + <author revision="systemd"> + <firstname>Editor: DJ</firstname> + <surname>Lucas</surname> + </author> </authorgroup> - <copyright id="copyright"> <year>©rightdate;</year> <holder>Gerard Beekmans</holder> </copyright> <legalnotice> + <para>Copyright © ©rightdate;, Gerard Beekmans</para> <para>All rights reserved.</para> |