]> git.donarmstrong.com Git - lilypond.git/blobdiff - tex/GNUmakefile
comment out new ifpdf code.
[lilypond.git] / tex / GNUmakefile
index 706184ee68b2e4ce92897b696831fdb79504ddf7..d8235c0e6bb23b61693bd34318a3b8bab9021796 100644 (file)
@@ -1,8 +1,7 @@
 depth = ..
 
-TEX_FILES = $(wildcard *.tex)  
-
-EXTRA_DIST_FILES = $(TEX_FILES) latin1.enc
+TEX_FILES = $(wildcard *.tex)  texinfo.cnf
+EXTRA_DIST_FILES = $(TEX_FILES) 
 STEPMAKE_TEMPLATES=install
 
 INSTALLATION_DIR=$(local_lilypond_datadir)/tex/
@@ -15,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 -quiet -  >> $@
-       echo ' def ' >> $@
+       echo '/ISOLatin1Encoding' > $@ 
+       echo 'ISOLatin1Encoding pstack' \
+         | gs -sDEVICE=nullpage  -quiet - \
+         | sed 's|/minus|/hyphen|' >> $@
+       echo 'def' >> $@
 
 all: $(INSTALLATION_FILES)