From 37b1187181e0df1dae583852226af943f6c23dab Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 30 Jan 2005 23:29:01 +0000 Subject: [PATCH] (INSTALLATION_OUT_FILES4): install cff.ps files. --- ChangeLog | 2 ++ Documentation/topdocs/NEWS.texi | 6 ------ mf/GNUmakefile | 6 +++++- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index f80f7195b6..02a4f5c968 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-01-31 Han-Wen Nienhuys + * mf/GNUmakefile (INSTALLATION_OUT_FILES4): install cff.ps files. + * make/ly-rules.make ($(outdir)/%.texi): detect new EOF marker. * scm/framework-ps.scm (dump-stencil-as-EPS): robustness: ensure diff --git a/Documentation/topdocs/NEWS.texi b/Documentation/topdocs/NEWS.texi index 29195eafac..04dac3947b 100644 --- a/Documentation/topdocs/NEWS.texi +++ b/Documentation/topdocs/NEWS.texi @@ -8,12 +8,6 @@ @itemize @bullet - -@item -lilypond-book now uses the PostScript backend. This means that the -manual and default lilypond layout (using PostScript) now correspond -exactly. - @item Locations of errors in the input are now calculated more precisely. diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 810180b45d..601f61b199 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -89,7 +89,7 @@ ALL_GEN_FILES= $(TFM_FILES) $(TEXTABLES) $(TFM_FILES) $(LOG_FILES) $(ENC_FILES) INSTALLATION_DIR=$(local_lilypond_datadir)/fonts/source INSTALLATION_FILES=$(MF_FILES) $(AF_FILES) -INSTALLATION_OUT_SUFFIXES=1 2 3 5 6 7 8 9 +INSTALLATION_OUT_SUFFIXES=1 2 3 45 6 7 8 9 INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/tex INSTALLATION_OUT_FILES1=$(TEXTABLES) @@ -101,6 +101,10 @@ INSTALLATION_OUT_FILES2=$(OTF_FILES) INSTALLATION_OUT_DIR3=$(local_lilypond_datadir)/fonts/tfm INSTALLATION_OUT_FILES3=$(TFM_FILES) +INSTALLATION_OUT_DIR4=$(local_lilypond_datadir)/ps +INSTALLATION_OUT_FILES4=$(CFF_PS_FILES) + + INSTALLATION_OUT_DIR5=$(local_lilypond_datadir)/fonts/type1 INSTALLATION_OUT_FILES5=$(PFA_FILES) -- 2.39.5