Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1365 - gentoo-syntax
Date: Fri, 28 Aug 2009 20:16:01
Message-Id: E1MfvoQ-0005Xy-S6@stork.gentoo.org
1 Author: fauli
2 Date: 2009-08-25 13:11:46 +0000 (Tue, 25 Aug 2009)
3 New Revision: 1365
4
5 Added:
6 gentoo-syntax/gentoo-syntax.texi
7 Log:
8 gentoo-syntax: Add a skeleton texinfo file for a manual
9
10
11 Added: gentoo-syntax/gentoo-syntax.texi
12 ===================================================================
13 --- gentoo-syntax/gentoo-syntax.texi (rev 0)
14 +++ gentoo-syntax/gentoo-syntax.texi 2009-08-25 13:11:46 UTC (rev 1365)
15 @@ -0,0 +1,46 @@
16 +\input texinfo.tex @c -*-texinfo-*-
17 +@comment %**start of header
18 +@setfilename gentoo-syntax.info
19 +@settitle Major mode for Ebuilds, Eclasses and Eselect modules in Gentoo
20 +@c %**end of header
21 +
22 +@copying
23 +This manual is for gentoo-syntax, which is a major mode for ebuild,
24 +eclass and eselect module files.
25 +
26 +Copyright @copyright{} 2009 Christian Faulhammer
27 +
28 +@quotation
29 +Permission is granted to copy, distribute and/or modify this document
30 +under the terms of the Creative Commons Attribution-Noncommercial-Share
31 +Alike 3.0. A copy can be found on
32 +http://creativecommons.org/licenses/by-nc-sa/3.0/
33 +@end quotation
34 +@end copying
35 +
36 +@dircategory gentoo-syntax, a mode for ebuilds
37 +@direntry
38 +* gentoo-syntax: (gentoo-syntax). Describing a mode for ebuilds, eclasses and eselect modules
39 +@end direntry
40 +
41 +
42 +@titlepage
43 +@title gentoo-syntax 1.13
44 +@subtitle Major mode for Gentoo files
45 +@author Christian Faulhammer
46 +@page
47 +@insertcopying
48 +@end titlepage
49 +
50 +@node Top
51 +@top gentoo-syntax: An introduction
52 +@menu
53 +* Functions:: What gentoo-syntax provides.
54 +@end menu
55 +
56 +@contents
57 +
58 +@node Functions
59 +@chapter Available functionality
60 +@section Keybindings
61 +@bye