From 4c68f47d9aebae61866426d7083e3d1536f80050 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:13:45 +0000 Subject: [PATCH] lilypond-1.0.3 --- Documentation/topdocs/index.yo | 21 +++++++++++---------- VERSION | 2 +- aclocal.m4 | 4 ++-- configure | 4 ++-- lily/VERSION | 2 +- make/Lilypond_rules.make | 1 + make/Lilypond_targets.make | 1 + make/STATE-VECTOR | 2 ++ stepmake/aclocal.m4 | 4 ++-- 9 files changed, 23 insertions(+), 18 deletions(-) create mode 100644 make/Lilypond_rules.make create mode 100644 make/Lilypond_targets.make diff --git a/Documentation/topdocs/index.yo b/Documentation/topdocs/index.yo index 04eef033ca..74c001b6d5 100644 --- a/Documentation/topdocs/index.yo +++ b/Documentation/topdocs/index.yo @@ -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 36dc14b269..7453b04628 100644 --- 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: diff --git a/aclocal.m4 b/aclocal.m4 index dbcb4d30d2..f7e18136b6 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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 diff --git a/configure b/configure index 493ae9c0e3..54964267a4 100755 --- 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 diff --git a/lily/VERSION b/lily/VERSION index 36dc14b269..7453b04628 100644 --- a/lily/VERSION +++ b/lily/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: diff --git a/make/Lilypond_rules.make b/make/Lilypond_rules.make new file mode 100644 index 0000000000..ea30561d83 --- /dev/null +++ b/make/Lilypond_rules.make @@ -0,0 +1 @@ +#empty diff --git a/make/Lilypond_targets.make b/make/Lilypond_targets.make new file mode 100644 index 0000000000..ea30561d83 --- /dev/null +++ b/make/Lilypond_targets.make @@ -0,0 +1 @@ +#empty diff --git a/make/STATE-VECTOR b/make/STATE-VECTOR index 0ed7c75c4e..2f60c33f24 100644 --- a/make/STATE-VECTOR +++ b/make/STATE-VECTOR @@ -62,3 +62,5 @@ 1.0.1.jcn2 1.0.1.jbr2 1.0.2 +1.0.2.hwn1 +1.0.3 diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index dbcb4d30d2..f7e18136b6 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -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 -- 2.39.5