]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.3
authorfred <fred>
Sun, 24 Mar 2002 20:13:45 +0000 (20:13 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:13:45 +0000 (20:13 +0000)
Documentation/topdocs/index.yo
VERSION
aclocal.m4
configure
lily/VERSION
make/Lilypond_rules.make [new file with mode: 0644]
make/Lilypond_targets.make [new file with mode: 0644]
make/STATE-VECTOR
stepmake/aclocal.m4

index 04eef033ca998e0540dd0fdf2f1822a0672eae4c..74c001b6d5cae5ebbe051bb4370c8328138c07ee 100644 (file)
@@ -16,11 +16,14 @@ center(mudela(fragment)(
 
 nsubsect()
 
-Hmm, this is what it said yesterday too.  I just want to know 
-url(What's new)(DOEXPAND(docdir)/DOEXPAND(outdir)/NEWS.html) today and then COMMENT(
-url(Download)(ftp://pcnov095.win.tue.nl/pub/lilypond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz) LilyPond.
-perhaps lily/VERSION, i.e. without my-patch-level would be best...
-)url(Download)(ftp://pcnov095.win.tue.nl/pub/lilypond/development/) LilyPond.
+Hmm, this is what it said yesterday too.  I just want to know
+url(What's new)(DOEXPAND(docdir)/DOEXPAND(outdir)/NEWS.html) today and
+then COMMENT(
+url(Download)(ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz)
+LilyPond.  perhaps lily/VERSION, i.e. without my-patch-level would be
+best...
+)url(Download)(ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz)
+LilyPond.
 
 nsubsect(Introduction)
 
@@ -28,7 +31,7 @@ This is not a Fanmail/Hype page. These pages were entirely created from
 the LilyPond package-sources. 
 
 A document on LilyPond's music description language Mudela is 
-url(in the making)(DOEXPAND(docdir)/tex/DOEXPAND(outdir)/mudela.html).
+url(in the making)(DOEXPAND(docdir)/tex/DOEXPAND(outdir)/tutorial.html).
 
 Note: These pages are created from the latest bf(development snapshots)
 of LilyPond, specifically, this page was made from LilyPond
@@ -63,10 +66,8 @@ verb(
 top_of_NEWS
 )
 
-COMMENT(
-Go get it at  lurl(ftp://pcnov095.win.tue.nl/pub/lilypond/development/lilypond-@TOPLEVEL_VERSION@.tar.gz)
-)
-Go get it at  lurl(ftp://pcnov095.win.tue.nl/pub/lilypond/development/)
+
+Go get it at  lurl(ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/development/)
 
 nsubsect(Documentation)
 
diff --git a/VERSION b/VERSION
index 36dc14b269df05f925364fb7c21d9b8365225924..7453b04628d795bcf6be18e3a284d22f238e14c4 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,7 +1,7 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=0
-PATCH_LEVEL=2
+PATCH_LEVEL=3
 MY_PATCH_LEVEL=
 
 # use the above to send patches, always empty for released version:
index dbcb4d30d29a0c68a1ed781f3a84257816c0cec3..f7e18136b68f94f74298850d85bf220357fa2ada 100644 (file)
@@ -354,14 +354,14 @@ AC_DEFUN(AC_STEPMAKE_MAN, [
 
 AC_DEFUN(AC_STEPMAKE_MSGFMT, [
     # AC_CHECK_PROGS(MSGFMT, msgfmt, -echo no msgfmt)
-    AC_CHECK_PROGS(MSGFMT, msgfmt, \$(SHELL) \$(step-bindir)/fake-msgfmt.sh)
+    AC_CHECK_PROGS(MSGFMT, msgfmt, \$(SHELL) \$(step-bindir)/fake-msgfmt.sh )
     AC_MSG_CHECKING(whether msgfmt accepts -o)
     msgfmt_output="`msgfmt -o bla 2>&1 | grep usage`"
     if test "$msgfmt_output" = ""; then
        AC_MSG_RESULT(yes)
     else
        # urg
-       MSGFMT="\$(SHELL) \$(step-bindir)/fake-msgfmt.sh)"
+       MSGFMT="\$(SHELL) \$(step-bindir)/fake-msgfmt.sh"
        AC_MSG_RESULT(no)
        AC_STEPMAKE_WARN(please install msgfmt from GNU gettext)
     fi
index 493ae9c0e39fcd8a72f86894f8d48e289cd3b69a..54964267a4f3c2682ebcc65812ccb7c9607d4948 100755 (executable)
--- a/configure
+++ b/configure
@@ -1884,7 +1884,7 @@ fi
 
 test -n "$MSGFMT" && break
 done
-test -n "$MSGFMT" || MSGFMT="\$(SHELL) \$(step-bindir)/fake-msgfmt.sh"
+test -n "$MSGFMT" || MSGFMT="\$(SHELL) \$(step-bindir)/fake-msgfmt.sh "
 
     echo $ac_n "checking whether msgfmt accepts -o""... $ac_c" 1>&6
 echo "configure:1891: checking whether msgfmt accepts -o" >&5
@@ -1893,7 +1893,7 @@ echo "configure:1891: checking whether msgfmt accepts -o" >&5
        echo "$ac_t""yes" 1>&6
     else
        # urg
-       MSGFMT="\$(SHELL) \$(step-bindir)/fake-msgfmt.sh)"
+       MSGFMT="\$(SHELL) \$(step-bindir)/fake-msgfmt.sh"
        echo "$ac_t""no" 1>&6
        
     echo "configure: warning: please install msgfmt from GNU gettext" 1>&2
index 36dc14b269df05f925364fb7c21d9b8365225924..7453b04628d795bcf6be18e3a284d22f238e14c4 100644 (file)
@@ -1,7 +1,7 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=0
-PATCH_LEVEL=2
+PATCH_LEVEL=3
 MY_PATCH_LEVEL=
 
 # use the above to send patches, always empty for released version:
diff --git a/make/Lilypond_rules.make b/make/Lilypond_rules.make
new file mode 100644 (file)
index 0000000..ea30561
--- /dev/null
@@ -0,0 +1 @@
+#empty
diff --git a/make/Lilypond_targets.make b/make/Lilypond_targets.make
new file mode 100644 (file)
index 0000000..ea30561
--- /dev/null
@@ -0,0 +1 @@
+#empty
index 0ed7c75c4ea5c98a9cb74e4b39be90f55f9c6f35..2f60c33f24e1e203f9975ad2feaf0fed2b0d985a 100644 (file)
@@ -62,3 +62,5 @@
 1.0.1.jcn2
 1.0.1.jbr2
 1.0.2
+1.0.2.hwn1
+1.0.3
index dbcb4d30d29a0c68a1ed781f3a84257816c0cec3..f7e18136b68f94f74298850d85bf220357fa2ada 100644 (file)
@@ -354,14 +354,14 @@ AC_DEFUN(AC_STEPMAKE_MAN, [
 
 AC_DEFUN(AC_STEPMAKE_MSGFMT, [
     # AC_CHECK_PROGS(MSGFMT, msgfmt, -echo no msgfmt)
-    AC_CHECK_PROGS(MSGFMT, msgfmt, \$(SHELL) \$(step-bindir)/fake-msgfmt.sh)
+    AC_CHECK_PROGS(MSGFMT, msgfmt, \$(SHELL) \$(step-bindir)/fake-msgfmt.sh )
     AC_MSG_CHECKING(whether msgfmt accepts -o)
     msgfmt_output="`msgfmt -o bla 2>&1 | grep usage`"
     if test "$msgfmt_output" = ""; then
        AC_MSG_RESULT(yes)
     else
        # urg
-       MSGFMT="\$(SHELL) \$(step-bindir)/fake-msgfmt.sh)"
+       MSGFMT="\$(SHELL) \$(step-bindir)/fake-msgfmt.sh"
        AC_MSG_RESULT(no)
        AC_STEPMAKE_WARN(please install msgfmt from GNU gettext)
     fi