]> git.donarmstrong.com Git - lilypond.git/commitdiff
* tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
authorWerner Lemberg <wl@gnu.org>
Thu, 25 Nov 2004 23:39:23 +0000 (23:39 +0000)
committerWerner Lemberg <wl@gnu.org>
Thu, 25 Nov 2004 23:39:23 +0000 (23:39 +0000)
`/hyphen' in encoding vector to get correct glyph name for EC fonts.

ChangeLog
tex/GNUmakefile

index 1960a5af8922ee663c4424fcda9727deadb1954f..b4f950990bb5beb0e34e2910ed82f63d9b7d6b0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-25  Werner Lemberg  <wl@gnu.org>
+
+       * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
+       `/hyphen' in encoding vector to get correct glyph name for EC fonts.
+
 2004-11-24  Erik Sandberg  <ersa9195@student.uu.se>
 
         * buildscripts/guile-gnome.sh: Fixed typo.
index 311a08cdcda7f86b7f39f2fd144740d2c44b67b1..d8235c0e6bb23b61693bd34318a3b8bab9021796 100644 (file)
@@ -14,8 +14,10 @@ $(outdir)/music-drawing-routines.ps: $(depth)/ps/music-drawing-routines.ps
        -ln $< $@
 
 $(outdir)/latin1.enc: GNUmakefile
-       echo '/ISOLatin1Encoding ' > $@ 
-       echo 'ISOLatin1Encoding pstack' | gs -sDEVICE=nullpage  -quiet -  >> $@
-       echo ' def ' >> $@
+       echo '/ISOLatin1Encoding' > $@ 
+       echo 'ISOLatin1Encoding pstack' \
+         | gs -sDEVICE=nullpage  -quiet - \
+         | sed 's|/minus|/hyphen|' >> $@
+       echo 'def' >> $@
 
 all: $(INSTALLATION_FILES)