diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-08 12:22:45 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-08 12:22:45 +0100 |
commit | 028adf5cefe3344317a39dcde5d73cc530007a12 (patch) | |
tree | bd2264194de60485c3d80bbdf24befe87f02c2fe /doc/info/titlepage-data.texinfo | |
parent | touch .po files when update, incase .pot is newer but without updates (diff) | |
download | scrotty-028adf5cefe3344317a39dcde5d73cc530007a12.tar.gz scrotty-028adf5cefe3344317a39dcde5d73cc530007a12.tar.bz2 scrotty-028adf5cefe3344317a39dcde5d73cc530007a12.tar.xz |
structural improvements to the texinfo manual
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r-- | doc/info/titlepage-data.texinfo | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/info/titlepage-data.texinfo b/doc/info/titlepage-data.texinfo new file mode 100644 index 0000000..594cc37 --- /dev/null +++ b/doc/info/titlepage-data.texinfo @@ -0,0 +1,24 @@ +@c The title and the subtitle of the manual. +@set title scrotty +@set subtitle Take a screenshot of the framebuffer + +@c The full name of the documented program or package. +@set programname @command{scrotty} +@set programnamewiththe @command{scrotty} + + +@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. +@set HAVE_DEDICATION +@macro dedication{} +@center `I don't know how to make a screenshot, because I normally use my computer in +@center text-mode. I have @sc{X} and @sc{GNOME} installed, but I use them only occasionally.' --- rms +@end macro +@c (I don't use dedications, I use quotes.) + |