From: John Mandereau Date: Tue, 29 Dec 2009 22:28:57 +0000 (+0100) Subject: Docs: more macros cleanup X-Git-Tag: release/2.13.10-1~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=45033eb4ded4ab22a01dc7f49fd788d6d04497b9;p=lilypond.git Docs: more macros cleanup Move macro @help from common-macros.itexi to macros.itexi, and move @copying block outside of @titlepage. --- diff --git a/Documentation/common-macros.itexi b/Documentation/common-macros.itexi index d014af5713..4ba09cdd01 100644 --- a/Documentation/common-macros.itexi +++ b/Documentation/common-macros.itexi @@ -134,16 +134,6 @@ UNTRANSLATED NODE: IGNORE ME @ifset web -@macro help{TEXT} -@html -
- - Help wanted: - \TEXT\ -
-@end html -@end macro - @macro divId {ID} @html
diff --git a/Documentation/macros.itexi b/Documentation/macros.itexi index 0ad98443a3..437b85eac9 100644 --- a/Documentation/macros.itexi +++ b/Documentation/macros.itexi @@ -79,12 +79,6 @@ found at @w{@uref{http://@/www@/.lilypond@/.org/}}. @end macro -@macro lilyTitlePage{TITLE} -@c This produces the unified index -@syncodeindex fn cp -@syncodeindex vr cp - - @c ***** Copyright stuff ***** @ifset FDL @copying @@ -107,9 +101,13 @@ This document has been placed in the public domain. @end copying @end ifclear +@c ***** Title page ***** +@macro lilyTitlePage{TITLE} +@c This produces the unified index +@syncodeindex fn cp +@syncodeindex vr cp -@c ***** Title page ***** @ifnottex @node Top @top LilyPond --- \TITLE\ @@ -716,6 +714,16 @@ For LilyPond version @version{} @end ifinfo @end macro +@macro help{TEXT} +@html +
+ + Help wanted: + \TEXT\ +
+@end html +@end macro + @c LEGALESE @macro logoLegalLinux