]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/contributor.texi
Doc build: move copyright years into separate files.
[lilypond.git] / Documentation / contributor.texi
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  See TRANSLATION for details.
7 @end ignore
8
9 @setfilename lilypond-contributor.info
10 @settitle LilyPond Contributor's Guide
11 @documentencoding UTF-8
12 @documentlanguage en
13 @afourpaper
14
15 @macro manualIntro
16 This manual documents contributing to LilyPond version
17 @version{}.  It discusses technical issues and policies that
18 contributors should follow.
19 @end macro
20
21 @macro copyrightDeclare
22 Copyright @copyright{} 
23 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
24 by the authors.
25 @end macro
26
27 @include macros.itexi
28
29
30 @c don't remove this comment.
31 @ignore
32 @omfcreator LilyPond Development Team
33 @omfdescription Contributor's Guide of the LilyPond music engraving system
34 @omftype program usage
35 @omfcategory Applications|Publishing
36 @omflanguage English
37 @end ignore
38
39
40 @lilyTitlePage{Contributor's Guide}
41
42
43 @c TOC -- non-tex
44 @ifnottex
45
46 @menu
47 * Starting with git::
48 * Compiling LilyPond::
49 * Documentation work::
50 * Website work::
51 * LSR work::
52 * Issues::
53 * Regression tests::
54 * Programming work::
55 * Release work::
56
57 Appendices
58
59 * GNU Free Documentation License:: License of this document.
60 @end menu
61
62 @docMain
63 @end ifnottex
64
65 @contents
66
67
68 @include contributor/git-starting.itexi
69 @include contributor/compiling.itexi
70 @include contributor/doc-work.itexi
71 @include contributor/website-work.itexi
72 @include contributor/lsr-work.itexi
73 @include contributor/issues.itexi
74 @include contributor/regressions.itexi
75 @include contributor/programming-work.itexi
76 @include contributor/release-work.itexi
77
78 @include fdl.itexi
79
80 @bye
81