diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-24 04:13:05 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-24 04:13:05 +0200 |
commit | b37c2a6ec3d442b8fb794bf6ca934bc5d60258e5 (patch) | |
tree | 78b0edf7aec9243b2bf139058b84b9d2f2a36268 /info/gpp.texinfo | |
parent | add --export (diff) | |
download | gpp-b37c2a6ec3d442b8fb794bf6ca934bc5d60258e5.tar.gz gpp-b37c2a6ec3d442b8fb794bf6ca934bc5d60258e5.tar.bz2 gpp-b37c2a6ec3d442b8fb794bf6ca934bc5d60258e5.tar.xz |
base for info manual
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info/gpp.texinfo')
-rw-r--r-- | info/gpp.texinfo | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/info/gpp.texinfo b/info/gpp.texinfo new file mode 100644 index 0000000..fc478fa --- /dev/null +++ b/info/gpp.texinfo @@ -0,0 +1,79 @@ +\input texinfo @c -*-texinfo-*- + +@c %**start of header +@setfilename gpp.info +@settitle gpp +@afourpaper +@documentencoding UTF-8 +@documentlanguage en +@finalout +@c %**end of header + + +@dircategory Development +@direntry +* gpp: (gpp). Bash based preprocessor for anything +@end direntry + + +@copying +Copyright @copyright{} 2013 Mattias Andrée + +@quotation +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with no Front-Cover Texts, and with no Back-Cover +Texts. A copy of the license is included in the section entitled +``GNU Free Documentation License''. +@end quotation +@end copying + +@ifnottex +@node Top +@top gpp -- Bash based preprocessor for anything +@insertcopying +@end ifnottex + +@titlepage +@title gpp +@subtitle Bash based preprocessor for anything +@author by Mattias Andrée (maandree) + +@page +@vskip 0pt plus 1filll +@insertcopying +@end titlepage + +@contents + + + +@menu +* Overview:: Brief overview of @command{gpp}. +* Invoking:: Invoking @command{gpp} +* GNU Free Documentation License:: Copying and sharing this manual. +@end menu + + + +@node Overview +@chapter Overview + +FIXME + + + +@node Invoking +@chapter Invoking + +FIXME + + + +@node GNU Free Documentation License +@appendix GNU Free Documentation License +@include fdl.texinfo + +@bye + |