From 0e3305a6b39954864df609e13c03e862f1c2b0c0 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 7 Mar 2005 08:04:54 +0000 Subject: [PATCH] (latin1.enc): Fix for newer gs generating output on stderr. --- ChangeLog | 5 +++++ tex/GNUmakefile | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 40baa0734b..e2b30a7384 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-07 Jan Nieuwenhuizen + + * tex/GNUmakefile (latin1.enc): Fix for newer gs generating output + on stderr. + 2005-03-02 Jan Nieuwenhuizen * configure.in (MAKEINFO): Require 4.7 (Zbyněk Burget). diff --git a/tex/GNUmakefile b/tex/GNUmakefile index 623b9a0aa1..911008f259 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -18,11 +18,11 @@ $(outdir)/music-drawing-routines.ps: $(depth)/ps/music-drawing-routines.ps -ln $< $@ $(outdir)/latin1.enc: GNUmakefile - echo '/ISOLatin1Encoding' > $@ + echo '/ISOLatin1Encoding' > $@.orig echo 'ISOLatin1Encoding pstack' \ - | gs -sDEVICE=nullpage -quiet - \ - | sed 's|/minus|/hyphen|' >> $@ - echo 'def' >> $@ + | gs -sDEVICE=nullpage -quiet - >> $@.orig 2>&1 + echo 'def' >> $@.orig + sed 's|/minus|/hyphen|' < $@.orig > $@ # teTeX-2.0.x compatibility. local-install: -- 2.39.5