]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.34
authorfred <fred>
Tue, 26 Mar 2002 21:47:44 +0000 (21:47 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:47:44 +0000 (21:47 +0000)
Documentation/README-W32.yo
Documentation/man/ly2dvi.yo
Documentation/ntweb/index.yo
Documentation/topdocs/AUTHORS.yo
aclocal.m4
configure
make/toplevel.make.in
stepmake/Documentation/topdocs/AUTHORS.yo
stepmake/aclocal.m4
stepmake/configure

index 41b0412403dfe0db0e5cad0c0e0624ae7e878758..af11cd59385e3a4955828befc48541805be2a72b 100644 (file)
@@ -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)
index d970a8052bf0ac965df6b213609d1d87e0f5c00c..e3a6a1798a808a57178c7718df610100eeca9a37 100644 (file)
@@ -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),
index a13977d5b1c11847b4c42a0af0e37e0a01975b54..855b4aef8aa3cef9a0b5297b8c7c744d7d220690 100644 (file)
@@ -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:
 
index 1ab3979a87092ea1d912f0aa40b82576d584af92..ddac996a69ed3613c2846eb4c5ac49f7bbc1eaf7 100644 (file)
@@ -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.
index 6fb07b65b4b44965029d2e4f958cb8e09ea25390..0dedb26ffd7e5bcf8c72d74035be3876a1f859ca 100644 (file)
@@ -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
index ff26468887bce44ce0c6d6fcdfe5eb0fa6e315c5..5423c297443002e9a58d4df63578f7a21ea36309 100755 (executable)
--- 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
index 32e2911ba5e097583fd72c57a9b1a3620b802e31..acdbfffb978ee3b595d2c2216c5e3837a95a8626 100644 (file)
@@ -36,4 +36,4 @@ examples:
 
 localinstall:
        mkdir -p $(datadir)
-       ln -s $(TEX_TFMDIR) $(datadir)/cmtfm
+       $(LN_S) $(TEX_TFMDIR) $(datadir)/cmtfm
index 8d4b9bf7be0f4d6d8ab07049f2e72ef122d0f6e9..7e9697195a2928574ace83652a6418161adc0355 100644 (file)
@@ -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.
 )
 
index 3d65f241f930337eb624ed66b4689bbc4099ab25..cf7c1a686ed0a310c9a7497a6f41a13e0b533b47 100644 (file)
@@ -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
index b8de13c037a2248222917d1262148c7609e98b7a..becb61e512e51a1ba13dd6c15ea2701b2c7c7d17 100755 (executable)
@@ -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