From 9ff1ac7e7f044daa870e82169d4cb6f0fa4a55f5 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:47:44 +0000 Subject: [PATCH] lilypond-1.1.34 --- Documentation/README-W32.yo | 8 ++++---- Documentation/man/ly2dvi.yo | 6 +++--- Documentation/ntweb/index.yo | 6 +++--- Documentation/topdocs/AUTHORS.yo | 2 +- aclocal.m4 | 2 +- configure | 2 +- make/toplevel.make.in | 2 +- stepmake/Documentation/topdocs/AUTHORS.yo | 2 +- stepmake/aclocal.m4 | 2 +- stepmake/configure | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Documentation/README-W32.yo b/Documentation/README-W32.yo index 41b0412403..af11cd5938 100644 --- a/Documentation/README-W32.yo +++ b/Documentation/README-W32.yo @@ -63,7 +63,7 @@ utilities under GNU/Linux are used to make the binary file(.exe.zip) releases (some makefile hacking was needed to build this stuff). Jeffrey Reed tries to keep-up with LilyPond development, and is doing quite well. His latest release is available on -lurl(http://www.realtime.net/~daboys/lilypond/). +lurl(http://home.austin.rr.com/jbr/jeff/lilypond/). subsect(UNPACKING) @@ -428,7 +428,7 @@ into all GNU programs that call for extensibility. itemize( it() download guile-1.3 patch from -lurl(http://www.realtime.net/~daboys/lilypond/guile.patch) and save it +lurl(http://home.austin.rr.com/jbr/jeff/lilypond/guile.patch) and save it to file(/tmp/guile.patch). it() download guile-1.3 from one of GNU's ftp sites. it() From a bash shell, tar zxf guile-1.3.tar.gz @@ -537,10 +537,10 @@ subsect(Running lilypond on Windows-NT) label(run) We are now distributing a formated binary distribution for Windows-NT. Please refer to -lurl(http://www.realtime.net/~daboys/lilypond/) for current news, +lurl(http://home.austin.rr.com/jbr/jeff/lilypond/) for current news, download, installation, and running information. -Jeffrey B. Reed email(daboys@bga.com) +Jeffrey B. Reed email(daboys@austin.rr.com) sect(RUNNING LILYPOND -- by Dominique Cretel) diff --git a/Documentation/man/ly2dvi.yo b/Documentation/man/ly2dvi.yo index d970a8052b..e3a6a1798a 100644 --- a/Documentation/man/ly2dvi.yo +++ b/Documentation/man/ly2dvi.yo @@ -1,4 +1,4 @@ -mailto(daboys@bga.com) +mailto(daboys@austin.rr.com) manpage(LilyPond) (1) (1998) @@ -252,8 +252,8 @@ letter, note manpageauthor() Python Version author: -nemail(Jeffrey B. Reed)(daboys@bga.com), -lurl(http://www.realtime.net/~daboys/lilypond/) +nemail(Jeffrey B. Reed)(daboys@austin.rr.com), +lurl(http://home.austin.rr.com/jbr/jeff/lilypond/) Original bourne shell version author: nemail(Jan Arne Fagertun)(Jan.A.Fagertun@energy.sintef.no), diff --git a/Documentation/ntweb/index.yo b/Documentation/ntweb/index.yo index a13977d5b1..855b4aef8a 100644 --- a/Documentation/ntweb/index.yo +++ b/Documentation/ntweb/index.yo @@ -1,5 +1,5 @@ -mailto(daboys@bga.com) -article(LilyPond Windows NT 4.0/95 Distribution)(nemail(Jeffrey B. Reed)(daboys@bga.com))(label(contents)) +mailto(daboys@austin.rr.com) +article(LilyPond Windows NT 4.0/95 Distribution)(nemail(Jeffrey B. Reed)(daboys@austin.rr.com))(label(contents)) sect(Windows NT/95 Binary Distribution) subsect(Introduction) label(introduction) @@ -37,7 +37,7 @@ I have also converted the Manual Pages for the above tools to HTML for easy browsing. This release has been tested on Windows NT 4.0sp3 and Windows 95 and found to be operational. If you have any troubles and or comments please do not hesitate to drop me a line -url(Jeffrey B. Reed)(mailto:daboys@bga.com). +url(Jeffrey B. Reed)(mailto:daboys@austin.rr.com). This is what the version @TOPLEVEL_VERSION@ brings: diff --git a/Documentation/topdocs/AUTHORS.yo b/Documentation/topdocs/AUTHORS.yo index 1ab3979a87..ddac996a69 100644 --- a/Documentation/topdocs/AUTHORS.yo +++ b/Documentation/topdocs/AUTHORS.yo @@ -37,7 +37,7 @@ it()nemail(Alexandre Oliva)(oliva@dcc.unicamp.br), testing it()nemail(Franc,ois Pinard)(pinard@iro.umontreal.ca), parts of Documentation/Vocab*, started internationalization stuff -it()nemail(Jeffrey B. Reed)(daboys@bga.com), +it()nemail(Jeffrey B. Reed)(daboys@austin.rr.com), Windows-NT support. it()Shay Rojanski Some mudela source. diff --git a/aclocal.m4 b/aclocal.m4 index 6fb07b65b4..0dedb26ffd 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -292,7 +292,7 @@ dnl fi if test "x$OSTYPE" = "xcygwin32" || test "x$OSTYPE" = "xWindows_NT"; then LN=cp # hard link does not work under cygnus-nt - LN_S=cp # symbolic link does not work for native nt + LN_S='cp -r' # symbolic link does not work for native nt ZIP="zip -r -9" # DOTEXE=.exe # urg diff --git a/configure b/configure index ff26468887..5423c29744 100755 --- a/configure +++ b/configure @@ -981,7 +981,7 @@ fi if test "x$OSTYPE" = "xcygwin32" || test "x$OSTYPE" = "xWindows_NT"; then LN=cp # hard link does not work under cygnus-nt - LN_S=cp # symbolic link does not work for native nt + LN_S='cp -r' # symbolic link does not work for native nt ZIP="zip -r -9" # DOTEXE=.exe # urg diff --git a/make/toplevel.make.in b/make/toplevel.make.in index 32e2911ba5..acdbfffb97 100644 --- a/make/toplevel.make.in +++ b/make/toplevel.make.in @@ -36,4 +36,4 @@ examples: localinstall: mkdir -p $(datadir) - ln -s $(TEX_TFMDIR) $(datadir)/cmtfm + $(LN_S) $(TEX_TFMDIR) $(datadir)/cmtfm diff --git a/stepmake/Documentation/topdocs/AUTHORS.yo b/stepmake/Documentation/topdocs/AUTHORS.yo index 8d4b9bf7be..7e9697195a 100644 --- a/stepmake/Documentation/topdocs/AUTHORS.yo +++ b/stepmake/Documentation/topdocs/AUTHORS.yo @@ -17,7 +17,7 @@ it()nemail(Jan Nieuwenhuizen)(janneke@gnu.org), lurl(http://www.xs4all.nl/~jantien) nl() Main author. -it()nemail(Jeffrey B. Reed)(daboys@bga.com), +it()nemail(Jeffrey B. Reed)(daboys@austin.rr.com), Windows-nt fixes. ) diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index 3d65f241f9..cf7c1a686e 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -290,7 +290,7 @@ dnl fi if test "x$OSTYPE" = "xcygwin32" || test "x$OSTYPE" = "xWindows_NT"; then LN=cp # hard link does not work under cygnus-nt - LN_S=cp # symbolic link does not work for native nt + LN_S='cp -r' # symbolic link does not work for native nt ZIP="zip -r -9" # DOTEXE=.exe # urg diff --git a/stepmake/configure b/stepmake/configure index b8de13c037..becb61e512 100755 --- a/stepmake/configure +++ b/stepmake/configure @@ -969,7 +969,7 @@ fi if test "x$OSTYPE" = "xcygwin32" || test "x$OSTYPE" = "xWindows_NT"; then LN=cp # hard link does not work under cygnus-nt - LN_S=cp # symbolic link does not work for native nt + LN_S='cp -r' # symbolic link does not work for native nt ZIP="zip -r -9" # DOTEXE=.exe # urg -- 2.39.5