diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-20 15:01:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-20 15:01:47 +0100 |
commit | c5e4348681f23428b0036c45b64cca428e69d750 (patch) | |
tree | 064ec1d40a09a08be1672a2b9425c8f90daa9e2a /doc/info/hardcopy-copying.texinfo | |
parent | optimise implementations of {hton,ntoh}{s,l,ll} (diff) | |
download | slibc-c5e4348681f23428b0036c45b64cca428e69d750.tar.gz slibc-c5e4348681f23428b0036c45b64cca428e69d750.tar.bz2 slibc-c5e4348681f23428b0036c45b64cca428e69d750.tar.xz |
...
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc/info/hardcopy-copying.texinfo')
-rw-r--r-- | doc/info/hardcopy-copying.texinfo | 35 |
1 files changed, 31 insertions, 4 deletions
diff --git a/doc/info/hardcopy-copying.texinfo b/doc/info/hardcopy-copying.texinfo index ada83ef..b56c2fb 100644 --- a/doc/info/hardcopy-copying.texinfo +++ b/doc/info/hardcopy-copying.texinfo @@ -1,18 +1,27 @@ @c --- This is a template for the hardcopy-copying.texinfo file. --- +@c Uncomment this when dead tree editions can be ordered. +@c @set HARDCOPY_AVAILABLE + + +@set PRINTINGNUMBER First +@set PRINTINGDATE Januari 0000 +@set ISBNNUMBER 0000000000 + +@ifset HARDCOPY @copying @ifset VERSION -This manual documents the Stockholm C Standard Library version @value{VERSION}@. +This manual documents @value{programnamewiththe} version @value{VERSION}@. @end ifset @ifclear VERSION -This manual documents the Stockholm C Standard Library. +This manual documents @value{programnamewiththe}. @end ifclear @* @ifset EDITION -@sc{ISBN} 0000000000, @value{EDITION} Edition, First Printing, Januari 0000. +@sc{ISBN} @value{ISBNNUMBER}, @value{EDITION} Edition, @value{PRINTINGNUMBER} Printing, @value{PRINTINGDATE}. @end ifset @ifclear EDITION -@sc{ISBN} 0000000000, First Printing, Januari 0000. +@sc{ISBN} @value{ISBNNUMBER}, @value{PRINTINGNUMBER} Printing, @value{PRINTINGDATE}. @end ifclear @* @@ -25,6 +34,8 @@ X Copyright @copyright{} 2015 Mattias Andrée @e{maandree@@member.fsf.org} @* +@c The copyright information from the main file, add any required +@c Invariant Sections being used on the dead tree edition. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version@tie{}1.3 or any later version published by the Free Software Foundation; @@ -36,8 +47,24 @@ with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. +@c THIS WAS LAST UPPDATE 2015-DECEMBER-08 UTC +@c AUTHORITATIVE COPYRIGHT INFORMATION IS AVAILABLE +@c IN scrotty.texinfo. THIS FILL MUST BE UPDATED +@c BEFORE PRINTING. @* Cover art by XY Z. Cover design by XY Z. Printed in XYZ. @end copying +@end ifset + + + +@ifclear HARDCOPY +@ifset HARDCOPY_AVAILABLE +@macro orderhardcopy{} +If you prefer a dead tree edition, you can order one from +... +@endif +@end ifset +@end ifclear |