diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-05 17:55:36 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-05 17:55:36 +0100 |
commit | 969899ccae0ad9ce7f829ebf08c35ac4278a4bce (patch) | |
tree | d3967065cbe008d8c9efe9dde6b054ddee7e1507 /doc/info/titlepage-data.texinfo | |
parent | update makefile (diff) | |
download | libred-969899ccae0ad9ce7f829ebf08c35ac4278a4bce.tar.gz libred-969899ccae0ad9ce7f829ebf08c35ac4278a4bce.tar.bz2 libred-969899ccae0ad9ce7f829ebf08c35ac4278a4bce.tar.xz |
begin on 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..bb20606 --- /dev/null +++ b/doc/info/titlepage-data.texinfo @@ -0,0 +1,23 @@ +@c The title and the subtitle of the manual. +@set title libred +@set subtitle Solar elevation and blackbody colour calculations + +@c The full name of the documented program or package. +@set programname @command{libred} +@set programnamewiththe @command{libred} + + +@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.) + |