Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 84233
Collapse All | Expand All

(-)lilypond/tex/GNUmakefile (-1 / +1 lines)
Lines 20-26 Link Here
20
$(outdir)/latin1.enc: GNUmakefile
20
$(outdir)/latin1.enc: GNUmakefile
21
	echo '/ISOLatin1Encoding' > $@.orig
21
	echo '/ISOLatin1Encoding' > $@.orig
22
	echo 'ISOLatin1Encoding pstack' \
22
	echo 'ISOLatin1Encoding pstack' \
23
	  | gs -sDEVICE=nullpage  -quiet - 2>> $@.orig
23
	  | gs -sDEVICE=nullpage  -quiet - >> $@.orig 2>&1
24
	echo 'def' >> $@.orig
24
	echo 'def' >> $@.orig
25
	sed 's|/minus|/hyphen|' < $@.orig > $@
25
	sed 's|/minus|/hyphen|' < $@.orig > $@
26
26

Return to bug 84233