From: Werner Lemberg Date: Thu, 25 Nov 2004 23:39:23 +0000 (+0000) Subject: * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with X-Git-Tag: release/2.5.14~492 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9ff82541fd5573d55d52c7cb321e7484139001f4;p=lilypond.git * tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with `/hyphen' in encoding vector to get correct glyph name for EC fonts. --- diff --git a/ChangeLog b/ChangeLog index 1960a5af89..b4f950990b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-25 Werner Lemberg + + * 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 * buildscripts/guile-gnome.sh: Fixed typo. diff --git a/tex/GNUmakefile b/tex/GNUmakefile index 311a08cdcd..d8235c0e6b 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -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)