skelrc: Add a debugging utility.
[skel] / skeleton.texi
1 \input texinfo @c -*-texinfo-*-
2 @c
3 @c [[purpose]]
4 @c
5 @c (c) [[year]] [[author]]
6 @c
7
8 [[revisions]]@c ----- Standard boilerplate -----------------------------------------------
9
10 @c %**start of header
11 @setfilename [[basename]].info
12 @settitle [[title]]
13 @setchapternewpage odd
14 @footnotestyle end
15 @paragraphindent 0
16 @iftex
17 @input texinice
18 @afourpaper
19 @end iftex
20 @c %**end of header
21
22 @c ----- Useful macros ------------------------------------------------------
23
24 @set version 1.0
25
26 @c ----- Copyright matters --------------------------------------------------
27
28 @c --- The `Info' version ---
29
30 @ifinfo
31
32 This file documents [[subject]] version
33 @value{version}.
34
35 Copyright (c) [[year]] [[author]]
36
37 Permission is granted to make and distribute verbatim copies of this
38 manual provided the copyright notice and this permission notice are
39 preserved on all copies.
40
41 @ignore
42 Permission is granted to process this file through TeX and print the
43 results, provided the printed document carries a copying permission
44 notice identical to this one except for the removal of this paragraph
45 (this paragraph not being relevant to the printed manual).
46
47 @end ignore
48 Permission is granted to copy and distribute modified versions of this
49 manual under the conditions for verbatim copying, provided also that the
50 sections entitled `Copying' and `GNU General Public License' are
51 included exactly as in the original, and provided that the entire
52 resulting derived work is distributed under the terms of a permission
53 notice identical to this one.
54
55 Permission is granted to copy and distribute translations of this manual
56 into another language, under the above conditions for modified versions,
57 except that this permission notice may be stated in a translation
58 approved by the copyright holder.
59
60 @end ifinfo
61
62 @c --- Printed title page ---
63
64 @titlepage
65
66 @title [[title]]
67 @subtitle [[subtitle]]
68 @author [[author]]
69 @page
70
71 @vskip 0pt plus 1filll
72
73 Copyright @copyright{} [[year]] [[author]]
74
75 Permission is granted to make and distribute verbatim copies of this
76 manual provided the copyright notice and this permission notice are
77 preserved on all copies.
78
79 Permission is granted to copy and distribute modified versions of this
80 manual under the conditions for verbatim copying, provided also that the
81 sections entitled `Copying' and `GNU General Public License' are
82 included exactly as in the original, and provided that the entire
83 resulting derived work is distributed under the terms of a permission
84 notice identical to this one.
85
86 Permission is granted to copy and distribute translations of this manual
87 into another language, under the above conditions for modified versions,
88 except that this permission notice may be stated in a translation
89 approved by the copyright holder.
90
91 @end titlepage
92
93
94 @c --------------------------------------------------------------------------
95 @ifinfo
96 @node Top, Copying, (dir), (dir)
97 @top [[title]]
98
99 @menu
100 @end menu
101
102 @end ifinfo
103
104 @c --------------------------------------------------------------------------
105 @node Copying, Introduction, Top, Top
106 @unnumbered The GNU General Public License
107
108 @include gpl.texi
109
110 @c --------------------------------------------------------------------------
111 @node Introduction, , Copying, Top
112 @unnumbered Introduction
113
114 @c --------------------------------------------------------------------------
115 @contents
116 @bye