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/content.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/content.texinfo | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/info/content.texinfo b/doc/info/content.texinfo new file mode 100644 index 0000000..9617f69 --- /dev/null +++ b/doc/info/content.texinfo @@ -0,0 +1,33 @@ +@c This file includes everything after the titlepage. + + +@c @shortcontents @c (if the table of content gets too large.) +@contents + + +@menu +* Overview:: Brief overview of @command{scrotty}. +* Invoking:: Invocation of @command{scrotty}. +* strftime:: Syntax support via @code{strftime}. + +* Free Software Needs Free Documentation:: Why free documentation is important. +* GNU General Public License:: Copying and sharing @command{scrotty}. +* GNU Free Documentation License:: Copying and sharing this manual. +@end menu +@c In GNU Emacs a @detailmenu can be created with `C-c C-u m`. + + +@include chap/overview.texinfo +@include chap/invoking.texinfo +@include chap/strftime.texinfo + +@include appx/free-software-needs-free-documentation.texinfo + +@node GNU General Public License +@appendix GNU General Public License +@include appx/gpl.texinfo + +@node GNU Free Documentation License +@appendix GNU Free Documentation License +@include appx/fdl.texinfo + |