From 45033eb4ded4ab22a01dc7f49fd788d6d04497b9 Mon Sep 17 00:00:00 2001 From: John Mandereau <john.mandereau@gmail.com> Date: Tue, 29 Dec 2009 23:28:57 +0100 Subject: [PATCH] Docs: more macros cleanup Move macro @help from common-macros.itexi to macros.itexi, and move @copying block outside of @titlepage. --- Documentation/common-macros.itexi | 10 ---------- Documentation/macros.itexi | 22 +++++++++++++++------- 2 files changed, 15 insertions(+), 17 deletions(-) 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 -<div class="help"> -<strong> - <span style="text-decoration:blink">Help wanted:</span> -</strong> \TEXT\ -</div> -@end html -@end macro - @macro divId {ID} @html <div id="\ID\"> 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 +<div class="help"> +<strong> + <span style="text-decoration:blink">Help wanted:</span> +</strong> \TEXT\ +</div> +@end html +@end macro + @c LEGALESE @macro logoLegalLinux -- 2.39.5