source: prologue/bookinfo.xml@ 297d9f78

ml-11.0 multilib xry111/multilib
Last change on this file since 297d9f78 was fd48baa, checked in by Xℹ Ruoyao <xry111@…>, 3 years ago

Change profiling attribute to enable selection of m32 and/or mx32. Fixes #4452.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11571 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[287ea55]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[287ea55]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[eb81fc5]7
[b330f4a]8<bookinfo>
9 <title>Linux From Scratch</title>
[b3f1ebb3]10 <subtitle arch="default" revision='sysv'>Version &version;</subtitle>
11 <subtitle arch="default" revision='systemd'>Version &versiond;</subtitle>
[fd48baa]12 <subtitle arch="ml_32,ml_x32,ml_all" revision='sysv'>Version &version;-multilib</subtitle>
13 <subtitle arch="ml_32,ml_x32,ml_all" revision='systemd'>Version &versiond;-multilib</subtitle>
[eb81fc5]14
[b330f4a]15 <authorgroup>
16 <author>
[e028607]17 <firstname>Created by Gerard</firstname>
[b330f4a]18 <surname>Beekmans</surname>
19 </author>
[e028607]20 <author>
[1118b17]21 <firstname>Managing Editor: Bruce</firstname>
[73b2841]22 <surname>Dubbs</surname>
[e028607]23 </author>
[0e800df]24
[1118b17]25 <author revision="systemd">
26 <firstname>Editor: Douglas R.</firstname>
27 <surname>Reno</surname>
28 </author>
[0e800df]29
[1118b17]30 <author revision="systemd">
31 <firstname>Editor: DJ</firstname>
32 <surname>Lucas</surname>
33 </author>
[b3f1ebb3]34
[fd48baa]35 <author arch="ml_32,ml_x32,ml_all">
[b3f1ebb3]36 <firstname>Editor: Thomas</firstname>
37 <surname>Trepl</surname>
38 </author>
[b330f4a]39 </authorgroup>
[6370fa6]40
[b330f4a]41 <copyright id="copyright">
[1c48007]42 <year>&copyrightdate;</year>
[b330f4a]43 <holder>Gerard Beekmans</holder>
44 </copyright>
[6370fa6]45
[b330f4a]46 <legalnotice>
[1118b17]47
[1c48007]48 <para>Copyright &copy; &copyrightdate;, Gerard Beekmans</para>
[6370fa6]49
[b330f4a]50 <para>All rights reserved.</para>
[6370fa6]51
[1c48007]52 <para>This book is licensed under a <xref linkend="CC"/>.</para>
[2ca8941]53 <para>Computer instructions may be extracted from the book under the
[1c48007]54 <xref linkend="MIT"/>.</para>
[6370fa6]55
[1c48007]56 <para><trademark class='registered'>Linux</trademark> is a registered trademark of
57 Linus Torvalds.</para>
[6370fa6]58
[b330f4a]59 </legalnotice>
[6370fa6]60
[eb81fc5]61</bookinfo>
Note: See TracBrowser for help on using the repository browser.