From: Graham Percival Date: Thu, 3 Sep 2009 03:44:43 +0000 (+0100) Subject: Doc: add macros for the manual intro page, and links to the CG. X-Git-Tag: release/2.13.4-1~88 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0026bb1f0a09781b13514b208fa605bd649f4027;p=lilypond.git Doc: add macros for the manual intro page, and links to the CG. --- diff --git a/Documentation/macros.itexi b/Documentation/macros.itexi index 503e517d7b..9660ab33ac 100644 --- a/Documentation/macros.itexi +++ b/Documentation/macros.itexi @@ -53,6 +53,17 @@ @end ifnothtml +@macro docMain +@cartouche +For more information about how this manual fits with the other +documentation, or to read this manual in other formats, see +@rgeneral{Manuals}. + +If you are missing any manuals, the complete documentation can be +found at @uref{http://@/www@/.lilypond@/.org/}. +@end cartouche +@end macro + @c ***** Headings in a doc subsection ***** @@ -112,6 +123,7 @@ @c @rprogram @c @ruser @c @rchanges +@c @rcontrib @c @c All these also have a @...named version which allows to specify the @c displayed text for the reference as second argument. @@ -168,6 +180,16 @@ @ref{\TEXT\,,\DISPLAY\,changes-big-page,Changes} @end macro +@macro rcontrib{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,contributor-big-page,Contributor's Guide} +@end macro + +@macro rcontribnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,contributor-big-page,Contributor's Guide} +@end macro + @macro rgeneral{TEXT} @vindex \TEXT\ @ref{\TEXT\,,,general-big-page,General Information} @@ -265,6 +287,16 @@ @ref{\TEXT\,,\DISPLAY\,changes,Changes} @end macro +@macro rcontrib{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,contributor,Contributor's Guide} +@end macro + +@macro rcontribnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,contributor,Contributor's Guide} +@end macro + @macro rgeneral{TEXT} @vindex \TEXT\ @ref{\TEXT\,,,general,General Information} @@ -357,6 +389,16 @@ @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Changes} @end macro +@macro rcontrib{TEXT} +@vindex \TEXT\ +@ref{\TEXT\,,,lilypond-contributor,Contributor's Guide} +@end macro + +@macro rcontribnamed{TEXT,DISPLAY} +@vindex \TEXT\ +@ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Contributor's Guide} +@end macro + @macro rgeneral{TEXT} @vindex \TEXT\ @ref{\TEXT\,,,lilypond-general,General Information} @@ -466,6 +508,16 @@ @ref{\TEXT\,,\DISPLAY\,changes,Changes} @end macro +@macro rcontrib{TEXT} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,,contributor,Contributor's Guide} +@end macro + +@macro rcontribnamed{TEXT,DISPLAY} +@lilyvindex{\TEXT\} +@ref{\TEXT\,,\DISPLAY\,contributor,Contributor's Guide} +@end macro + @macro rgeneral{TEXT} @lilyvindex{\TEXT\} @ref{\TEXT\,,,general,General Information}