]> git.donarmstrong.com Git - lilypond.git/commitdiff
(INSTALLATION_OUT_FILES4): install cff.ps files.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 30 Jan 2005 23:29:01 +0000 (23:29 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 30 Jan 2005 23:29:01 +0000 (23:29 +0000)
ChangeLog
Documentation/topdocs/NEWS.texi
mf/GNUmakefile

index f80f7195b656c195909addfacb33793b742410b1..02a4f5c968480fc55f4ff7dc087cc452c79ad558 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * 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
index 29195eafac114918004be0c212e7e7fe94afd729..04dac3947b8813fde790cee721bc3efd58f0dfbc 100644 (file)
@@ -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.
 
index 810180b45de6e2063c4425f1f41033ba2f6afcbd..601f61b199af6fa1f489922f096de36b825cf014 100644 (file)
@@ -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)