Removed trunk directory
[texinfo-docstrings.git] / template.texinfo
blob46683eef7976f560d1b669192e8b4f5b21d4b07a
1 \input texinfo   @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename %%MANUAL-FILENAME%%.info
4 @settitle %%MANUAL-TITLE%%
6 @c @exampleindent 2
7 @c @documentencoding utf-8
9 @c %**end of header
11 @c for install-info
12 @c @dircategory %%INFO-CATEGORY%%
13 @c @direntry
14 @c * %%MANUAL-FILENAME%%:           %%PROJECT-DESCRIPTION%%
15 @c @end direntry
17 @include macros.texinfo
19 @c Show types, functions, and concepts in the same index.
20 @syncodeindex tp cp
21 @syncodeindex fn cp
23 @copying
24 @c Copyright @copyright{} 2084 John Doe <john@doe.com>
26 @include license.texinfo
27 @end copying
29 @titlepage
30 @title %%MANUAL-TITLE%%
31 @subtitle %%MANUAL-SUBTITLE%%
32 @c @author John Doe
33 @page
34 @vskip 0pt plus 1filll
35 @insertcopying
36 @end titlepage
38 @contents
40 @ifnottex
41 @node Top
42 @top %%MANUAL-FILENAME%%
43 @insertcopying
44 @end ifnottex
46 @c Top Menu
47 @menu
48 * Comprehensive Index::         
49 @end menu
52 @c @node First Chapter
53 @c @chapter First Chapter
55 @c @include include/fun-somepackage-somefunction.texinfo
56 @c @include include/macro-somepackage-somemacro.texinfo
58 @c @node First Section
59 @c @section First Section
61 @c @include include/fun-somepackage-somefunction.texinfo
62 @c @include include/fun-somepackage-somefunction.texinfo
66 @c We call this node ``Comprehensive Index'' so that texinfo's HTML
67 @c output doesn't generate an index.html that'd overwrite the manual's
68 @c initial page.
69 @node Comprehensive Index
70 @unnumbered Index
71 @printindex cp
73 @bye