]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/documentation-generate.scm
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / scm / documentation-generate.scm
index 3e0d6e1be8398efb1c874d03e984f0f6249cda01..b44fc12e0e0ae5e464d88417a05fd1451beef32d 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;; source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 2000--2006 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;; Jan Nieuwenhuizen <janneke@gnu.org>
 
 ;;; File entry point for generated documentation
@@ -20,6 +20,7 @@
               "document-functions.scm"
               "document-translation.scm"
               "document-music.scm"
+              "document-identifiers.scm"
               "document-backend.scm"
               "document-markup.scm"))
 
  (markup-doc-string)
  (open-output-file "markup-commands.tely"))
 
+(display 
+ (identifiers-doc-string)
+ (open-output-file "identifiers.tely"))
+
 
 (display
  (backend-properties-doc-string all-user-grob-properties)
@@ -54,7 +59,7 @@
 (display
  (string-append
   (texi-file-head "LilyPond program-reference" file-name
-                 "(lilypond-internals.info)")
+                 "(lilypond/lilypond-internals.info)")
   "
 
 @c NOTE: This is documentation-generate.scm, not macros.itexi