]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/documentation-generate.scm
Change Info docs setup and clean up Documentation/user/GNUmakefile
[lilypond.git] / scm / documentation-generate.scm
index fa6298cd00e32caf6af5be4846720e7509d7cc84..6219ce53c3f3a0de56b2ad3f8ff3d26a4f190f7b 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;; source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; (c) 2000--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;; Jan Nieuwenhuizen <janneke@gnu.org>
 
 ;;; File entry point for generated documentation
@@ -72,7 +72,7 @@
 @ifhtml
 @c ***** HTML *****
 
-@macro usermanref{NAME}
+@macro ruser{NAME}
 @ref{\\NAME\\,,,lilypond}
 @cindex \\NAME\\
 @end macro
@@ -97,7 +97,7 @@
 @ifinfo
 @c ***** info *****
 
-@macro usermanref{NAME}
+@macro ruser{NAME}
 @inforef{\\NAME\\,,,lilypond}
 @cindex \\NAME\\
 @end macro
 @iftex
 @c ***** TeX *****
 
-@macro usermanref{NAME}
+@macro ruser{NAME}
 @ref{\\NAME\\}@c
 @end macro