]> git.donarmstrong.com Git - lilypond.git/blob - tex/GNUmakefile
(add_column): remove set_interface()
[lilypond.git] / tex / GNUmakefile
1 depth = ..
2
3 TEX_FILES = $(wildcard *.tex)  
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' | gs -quiet -  >> $@
19         echo ' def ' >> $@
20
21 all: $(INSTALLATION_FILES)