]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.2.5
authorfred <fred>
Sun, 24 Mar 2002 20:15:14 +0000 (20:15 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:15:14 +0000 (20:15 +0000)
Documentation/topdocs/AUTHORS.texi [new file with mode: 0644]
Documentation/topdocs/GNUmakefile

diff --git a/Documentation/topdocs/AUTHORS.texi b/Documentation/topdocs/AUTHORS.texi
new file mode 100644 (file)
index 0000000..c0eaec3
--- /dev/null
@@ -0,0 +1,69 @@
+\input texinfo @c -*-texinfo-*-
+@setfilename AUTHORS.info
+@settitle AUTHORS - who did what on GNU LilyPond-
+
+@node Top, , AUTHORS - who did what on GNU LilyPond-, (dir)
+@top
+@menu
+* AUTHORS - who did what on GNU LilyPond-::AUTHORS - who did what on GNU LilyPond-
+@end menu
+
+@node AUTHORS - who did what on GNU LilyPond-, Top, , Top
+@chapter AUTHORS - who did what on GNU LilyPond?
+
+
+This file lists authors of GNU LilyPond, and what they wrote.  This
+list is alphabetically ordered.
+
+@itemize @bullet
+@item @email{tomcato@@xoommail.com, Tom Cato Amundsen},
+    cembalo-partita in mudela, accordion symbols, some mudela-book.py
+@item @email{matsb@@s3.kth.se, Mats Bengtsson},
+    @uref{http://www.s3.kth.se/~matsb/}
+    lots of testing, fixes, general comments and contributions.
+@item @email{eric@@aut.ee.ethz.ch, Eric Bullinger},
+    accidental transposition.
+@item Laura Conrad (lconrad@@world.std.com)
+    fixes to abc2ly
+@item @email{Jan.A.Fagertun@@energy.sintef.no, Jan Arne Fagertun},
+    TeX titling and lytodvi.sh
+@item @email{foka@@debian.org, Anthony Fok}, 
+    debian package: debian/*
+@item @email{bjoern.jacke@@gmx.de, Bjoern Jacke}
+    german glossary stuff.
+@item @email{nj104@@cus.cam.ac.uk, Neil Jerram}. 
+    parts of Documentation/Vocab*
+@item Donald Ervin Knuth,  @uref{http://www-cs-staff.stanford.edu/~knuth/}
+    mf/ital-*.mf (these were taken from the CM fonts)
+@item @email{m.krause@@tu-harburg.de, Michael Krause},
+    breathing signs
+@item @email{wl@@gnu.org, Werner Lemberg},
+    misc bugfixes, some Beam and Stem code. 
+@item @email{drl@@vuse.vanderbilt.edu, David R. Linn},
+    Mailing list maintenance.
+@item @email{, Adrian Mariano}
+    Reference manual, tutorial fixes, glossary.
+@item @email{hanwen@@cs.uu.nl, Han-Wen Nienhuys}, 
+    @uref{http://www.cs.uu.nl/~hanwen/}
+    Main author (initials: HWN).
+@item @email{janneke@@gnu.org, Jan Nieuwenhuizen}, 
+    @uref{http://www.xs4all.nl/~jantien/}
+    Main author (initials: JCN).
+@item @email{oliva@@dcc.unicamp.br, Alexandre Oliva}, 
+    @uref{http://sunsite.unicamp.br/~oliva/}
+    testing
+@item @email{pinard@@iro.umontreal.ca, Franc,ois Pinard}, 
+    parts of Documentation/Vocab*, started internationalization stuff
+@item @email{glenprideaux@@iname.com, Glen Prideaux},
+    minor bug fix to script used to generate doc++ documentation
+@item @email{daboys@@austin.rr.com, Jeffrey B. Reed},
+    Windows-NT support.
+@item Shay Rojanski
+    Some mudela source.
+@end itemize
+
+Your name could be here! If you want to fix something, do it, and send
+us a patch!
+
+
+@bye
index db918cafb4832c09a9de0c9a4738c2821e9ecf41..d59c175603d2a959cfa05a5e5c76dca77d53ce91 100644 (file)
@@ -2,8 +2,12 @@ depth = ../..
 
 BLURBS=BLURB COPERTINA FLAPTEKST
 
-STEPMAKE_TEMPLATES=documentation yolily-topdoc
-LOCALSTEPMAKE_TEMPLATES=lilypond
+STEPMAKE_TEMPLATES=documentation tex texinfo yolily-topdoc
+LOCALSTEPMAKE_TEMPLATES=lilypond mudela
+HTML_FILES=$(addprefix $(outdir)/, $(TEXI_FILES:.texi=.html) $(TELY_FILES:.tely=.html))
+
 
 include $(depth)/make/stepmake.make 
 
+local-WWW: $(HTML_FILES)
+