]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.6
authorfred <fred>
Tue, 25 Aug 1998 21:22:04 +0000 (21:22 +0000)
committerfred <fred>
Tue, 25 Aug 1998 21:22:04 +0000 (21:22 +0000)
Documentation/programs.yo [new file with mode: 0644]
Documentation/topinfo.yo

diff --git a/Documentation/programs.yo b/Documentation/programs.yo
new file mode 100644 (file)
index 0000000..c32fc41
--- /dev/null
@@ -0,0 +1,21 @@
+COMMENT(
+URG
+don't try to make html from this
+)
+whentexinfo(
+nodetext(Your Softs.)
+chapter(Programs)
+
+COMMENT(prepare for texinfoing manpages)
+redef(manpage)(5)()
+redef(manpagename)(2)(nodeprefix()nodetext(ARG2)chapter(ARG1)nodeprefix(ARG1))
+redef(manpageauthor)(0)(sect(Authors))
+redef(manpagesection)(1)(sect(ARG1))
+
+redef(includefile)(1)(INCLUDEFILE(man/ARG1))
+includefile(convert-mudela.yo)
+includefile(lilypond.yo)
+includefile(ly2dvi.yo)
+includefile(mi2mu.yo)
+includefile(mudela-book.yo)
+)
index 017486895f7c7a6656499441d364fd48bfe903f2..0eff2fc942aab73156a73aff465db4bfe9005ab6 100644 (file)
@@ -1,37 +1,36 @@
+COMMENT(
+URG
+don't try to make html from this
+)
+whentexinfo(
+nodetext(Your Rights.)
+chapter(Copying)
+LilyPond is Free Software.  See file(COPYING) for details.
 
-node()(Top)(Copying)((dir))
 
-menu(
-mit(Copying)(                      Your rights.)
-mit(Programs)(                     Your softs.)
-mit(Mutopia)(                      Your music.)
-mit(Concept Index)(                Your index.)
-)
+COMMENT(prepare for texinfoing manpages)
+redef(manpage)(5)()
+redef(manpagename)(2)(nodeprefix()nodetext(ARG2)chapter(ARG1)nodeprefix(ARG1))
+redef(manpageauthor)(0)(sect(Authors))
+redef(manpagesection)(1)(sect(ARG1))
 
-node(Top)(Copying)(Programs)(Top)
-chapter(COPYING)
-LilyPond is Free Software.  See file(COPYING) for details.
+COMMENT(redef(includefile)(1)(INCLUDEFILE(man/ARG1)))
+includefile(programs.yo)
 
-node(Copying)(Programs)(convert-mudela)(Top)
-menu(
-mit(convert-mudela)(               Convert Mudela)
-mit(LilyPond)(                     The GNU Music Typsetter herself)
-mit(Ly2dvi)(                       Lilypond Frontend)
-mit(Mi2mu)(                        MIDI input)
-mit(mudela-book)(                  Integrate LaTeX and mudela)
-)
+COMMENT(prepare for texinfoing articles)
+redef(article)(3)(nodeprefix()chapter(ARG1)nodeprefix(ARG1))
+redef(article)(3)(nodeprefix()chapter(ARG1)nodeprefix(Tutorial))
 
-whentexinfo(texinfocommand(@include man/DOEXPAND(outdir)/convert-mudela.texinfo))
-whentexinfo(texinfocommand(@include man/DOEXPAND(outdir)/lilypond.texinfo))
-whentexinfo(texinfocommand(@include man/DOEXPAND(outdir)/ly2dvi.texinfo))
-whentexinfo(texinfocommand(@include man/DOEXPAND(outdir)/mi2mu.texinfo))
-whentexinfo(texinfocommand(@include man/DOEXPAND(outdir)/mudela-book.texinfo))
-whentexinfo(texinfocommand(@include DOEXPAND(outdir)/mutopia.texinfo))
+redef(includefile)(1)(INCLUDEFILE(tex/ARG1))
+includefile(tutorial.yo)
+
+COMMENT(prepare for texinfoing articles)
+redef(article)(3)(nodeprefix()chapter(ARG1)nodeprefix(ARG1))
+redef(article)(3)(nodeprefix()chapter(ARG1)nodeprefix(Mutopia))
+redef(includefile)(1)(INCLUDEFILE(ARG1))
+includefile(mutopia.yo)
 
 nchapter(Concept Index)
-node(Mutopia)(Concept Index)()(Top)
 COMMENT( urg makeindex())
-printndex()
-
-whentexinfo(texinfocommand(@bye))
-
+printindex()
+)