X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdocumentation-generate.scm;h=261a9429c8163d3a3b68238b35b125367aea8670;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=36af5b3a698baf16b83c714350e2783101ba7c8e;hpb=fcc93138815645e9ddd3270507c8649d0152cc6a;p=lilypond.git diff --git a/scm/documentation-generate.scm b/scm/documentation-generate.scm index 36af5b3a69..261a9429c8 100644 --- a/scm/documentation-generate.scm +++ b/scm/documentation-generate.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2000--2007 Han-Wen Nienhuys +;;;; (c) 2000--2008 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen ;;; File entry point for generated documentation @@ -70,7 +70,7 @@ "(lilypond/lilypond-internals.info)") " -@include macros.texi +@include macros.itexi @ignore @omftitle LilyPond internals @@ -90,12 +90,6 @@ @end tex @end iftex -@ifhtml -This document is also available as a -@uref{source/Documentation/user/lilypond-internals.pdf,PDF} and as -@uref{source/Documentation/user/lilypond-internals-big-page.html,one big page}. -@end ifhtml - @finalout @titlepage @@ -113,17 +107,22 @@ For LilyPond version @version{} @contents -@ifnottex -") +@ifnottex") out-port) (define top-node (make - #:name "Top" + #:name "GNU LilyPond -- Internals Reference" #:text - (string-append " -@end ifnottex -This is the program reference for version " + (string-append "@end ifnottex + +@ifhtml +This document is also available as a +@uref{source/Documentation/user/lilypond-internals.pdf,PDF} and as +@uref{source/Documentation/user/lilypond-internals-big-page.html,one big page}. +@end ifhtml + +This is the Internals Reference (IR) for version " (lilypond-version) " of LilyPond, the GNU music typesetter.")