diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-05 00:04:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-05 00:04:20 +0100 |
commit | 66e0606efce292e5fc33375b9653e873dc91e8f9 (patch) | |
tree | 57f8deb452873809088b4993339c66c003b770e6 /doc/info/titlepage-data.texinfo | |
parent | macro that allows errno == 0 (diff) | |
download | libhaiku-66e0606efce292e5fc33375b9653e873dc91e8f9.tar.gz libhaiku-66e0606efce292e5fc33375b9653e873dc91e8f9.tar.bz2 libhaiku-66e0606efce292e5fc33375b9653e873dc91e8f9.tar.xz |
add texinfo manual
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r-- | doc/info/titlepage-data.texinfo | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/info/titlepage-data.texinfo b/doc/info/titlepage-data.texinfo new file mode 100644 index 0000000..6fe9eb2 --- /dev/null +++ b/doc/info/titlepage-data.texinfo @@ -0,0 +1,23 @@ +@c The title and the subtitle of the manual. +@set title libhaiku +@set subtitle Poetic error messages + +@c The full name of the documented program or package. +@set programname @command{libhaiku} +@set programnamewiththe @command{libhaiku} + + +@c Authors of the manual. Included at the bottom +@c of the titlepage on TeX processed output. +@macro authors{} +@author by Mattias Andrée (maandree) +@end macro + + +@c Dedication for TeX processed output. +@c @set HAVE_DEDICATION +@c @macro dedication{} +@c @center `' +@c @end macro +@c (I don't use dedications, I use quotes.) + |