[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Font symbols documentation
From: |
Mats Bengtsson |
Subject: |
Re: Font symbols documentation |
Date: |
Sat, 02 Mar 2002 12:47:47 +0100 |
I had changed one line too much in the previous patch,
here comes an additional patch to revert that error.
/Mats
Generated by (address unknown),
>From = lilypond-1.5.35.mb1, To = lilypond-1.5.35.mb2
usage
cd lilypond-source-dir; patch -E -p1 < lilypond-1.5.35.mb2.diff
Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure
diff -purN ../lilypond-1.5.35.mb1/VERSION ./VERSION
--- ../lilypond-1.5.35.mb1/VERSION Fri Mar 1 22:39:41 2002
+++ ./VERSION Sat Mar 2 12:26:52 2002
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
MAJOR_VERSION=1
MINOR_VERSION=5
PATCH_LEVEL=35
-MY_PATCH_LEVEL=mb1
+MY_PATCH_LEVEL=mb2
# use the above to send patches: MY_PATCH_LEVEL is always empty for a
# released version.
diff -purN ../lilypond-1.5.35.mb1/mf/GNUmakefile ./mf/GNUmakefile
--- ../lilypond-1.5.35.mb1/mf/GNUmakefile Fri Mar 1 22:38:47 2002
+++ ./mf/GNUmakefile Sat Mar 2 12:26:42 2002
@@ -57,7 +57,7 @@ ifdef MAKE_PFA_FILES
PFA_FILES = $(addprefix $(outdir)/, $(FONT_FILES:.mf=.pfa))
ALL_GEN_FILES += $(PFA_FILES)
INSTALLATION_OUT_DIR4=$(datadir)/pfa
-INSTALLATION_OUT_FILES4=$(PFA_FILES)
+INSTALLATION_OUT_FILES4=$(PFA_FILES) lilypond.map
pfa: $(PFA_FILES)
endif