]> git.donarmstrong.com Git - lilypond.git/blob - tex/GNUmakefile
* tex/GNUmakefile ($(outdir)/latin1.enc): Replace `/minus' with
[lilypond.git] / tex / GNUmakefile
1 depth = ..
2
3 TEX_FILES = $(wildcard *.tex)  texinfo.cnf
4 EXTRA_DIST_FILES = $(TEX_FILES) 
5 STEPMAKE_TEMPLATES=install
6
7 INSTALLATION_DIR=$(local_lilypond_datadir)/tex/
8 INSTALLATION_FILES=$(TEX_FILES) $(outdir)/latin1.enc  $(outdir)/music-drawing-routines.ps
9
10 include $(depth)/make/stepmake.make
11
12 $(outdir)/music-drawing-routines.ps: $(depth)/ps/music-drawing-routines.ps
13         rm -f $@
14         -ln $< $@
15
16 $(outdir)/latin1.enc: GNUmakefile
17         echo '/ISOLatin1Encoding' > $@ 
18         echo 'ISOLatin1Encoding pstack' \
19           | gs -sDEVICE=nullpage  -quiet - \
20           | sed 's|/minus|/hyphen|' >> $@
21         echo 'def' >> $@
22
23 all: $(INSTALLATION_FILES)