From 7d5b50b77a004b9b7c2a47fba5d26ae22c84d725 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 21 Feb 1999 18:27:40 +0100 Subject: [PATCH] patch::: 1.1.31.jcn4: rpm fix?? pl 31.jcn4 - bf: toplevel install, kpsewhich --- Generated by janneke@gnu.org using package-diff 0.62, >From = lilypond-1.1.31.jcn3, To = lilypond-1.1.31.jcn4 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.1.31.jcn4.diff Patches do not contain automatically generated files or (urg) empty directories, i.e., you should rerun autoconf, configure and possibly make outdirs. --state 1.1.31.jcn3 1.1.31.jcn4 ++state --- NEWS | 10 +++++++++- VERSION | 2 +- make/toplevel.make.in | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index fef2553bd7..5ce1f87441 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,12 @@ ---- ../lilypond-1.1.31.jcn2/NEWS Wed Feb 17 17:03:12 1999 +--- ../lilypond-1.1.31.jcn3/NEWS Sun Feb 21 14:29:39 1999 +++ b/NEWS Sun Feb 21 17:53:29 1999 +@@ -1,3 +1,6 @@ +pl 31.jcn4 + - bf: toplevel install, kpsewhich + + pl 31.jcn3 + - sm 71, require yodl-1.31.11 + - fix: slur macros--- ../lilypond-1.1.31.jcn2/NEWS Wed Feb 17 17:03:12 1999 ++ b/NEWS Sun Feb 21 14:29:39 1999 @@ -1,3 +1,8 @@ pl 31.jcn3 diff --git a/VERSION b/VERSION index 2607b0b261..5feaf7bbdf 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=1 PATCH_LEVEL=31 -MY_PATCH_LEVEL=jcn3 +MY_PATCH_LEVEL=jcn4 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/make/toplevel.make.in b/make/toplevel.make.in index dae5f960c6..75c9964503 100644 --- a/make/toplevel.make.in +++ b/make/toplevel.make.in @@ -34,7 +34,7 @@ examples: $(MAKE) CONFIGSUFFIX='www' -C mutopia WWW tar --exclude='*.dvi' --exclude='*.tex' --exclude='*.ps' --exclude='*.ppm' -czf $(outdir)/examples.tar.gz `find input mutopia -type d -name 'out-www' -print` -CMR10DIR=$(dir $(shell kpsewhich cmr10.tfm))#ugh! Need kpsewhich +CMR10DIR=$(dir $(shell kpsewhich tfm cmr10.tfm))#ugh! Need kpsewhich TEX_TFMDIR=$(CMR10DIR) localinstall: mkdir -p $(datadir) -- 2.39.5