diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-30 15:42:17 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-30 15:42:17 +0100 |
commit | 8a12d77ea4751147bb01b36e1380077e46ec27fa (patch) | |
tree | 317c48946253f12373361dc2628681b7c65b5fea /doc/info/titlepage-data.texinfo | |
parent | empty arguments must be quoted too (diff) | |
download | sat-8a12d77ea4751147bb01b36e1380077e46ec27fa.tar.gz sat-8a12d77ea4751147bb01b36e1380077e46ec27fa.tar.bz2 sat-8a12d77ea4751147bb01b36e1380077e46ec27fa.tar.xz |
beginning of texinfo manual
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc/info/titlepage-data.texinfo')
-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..d9e7cf0 --- /dev/null +++ b/doc/info/titlepage-data.texinfo @@ -0,0 +1,23 @@ +@c The title and the subtitle of the manual. +@set title sat +@set subtitle Execute a job later + +@c The full name of the documented program or package. +@set programname @command{sat} +@set programnamewiththe @command{sat} + + +@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.) + |