From: fred Date: Sun, 24 Mar 2002 20:15:14 +0000 (+0000) Subject: lilypond-1.2.5 X-Git-Tag: release/1.5.59~2924 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=73eae8e49992da575df07e8fac70e1da5e26ed7f;p=lilypond.git lilypond-1.2.5 --- diff --git a/Documentation/topdocs/AUTHORS.texi b/Documentation/topdocs/AUTHORS.texi new file mode 100644 index 0000000000..c0eaec3cb0 --- /dev/null +++ b/Documentation/topdocs/AUTHORS.texi @@ -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 diff --git a/Documentation/topdocs/GNUmakefile b/Documentation/topdocs/GNUmakefile index db918cafb4..d59c175603 100644 --- a/Documentation/topdocs/GNUmakefile +++ b/Documentation/topdocs/GNUmakefile @@ -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) +