]> git.donarmstrong.com Git - lilypond.git/blob - tex/GNUmakefile
* lily/output-def.cc (assign_context_def): use set_variable().
[lilypond.git] / tex / GNUmakefile
1 depth = ..
2
3 TEX_FILES = $(wildcard *.tex)  
4
5 EXTRA_DIST_FILES = $(TEX_FILES) latin1.enc
6 STEPMAKE_TEMPLATES=install
7
8 INSTALLATION_DIR=$(local_lilypond_datadir)/tex/
9 INSTALLATION_FILES=$(TEX_FILES) $(outdir)/latin1.enc  $(outdir)/music-drawing-routines.ps
10
11 include $(depth)/make/stepmake.make
12
13 $(outdir)/music-drawing-routines.ps: $(depth)/ps/music-drawing-routines.ps
14         rm -f $@
15         -ln $< $@
16
17 $(outdir)/latin1.enc: GNUmakefile
18         echo '/ISOLatin1Encoding ' > $@ 
19         echo 'ISOLatin1Encoding pstack' | gs -quiet -  >> $@
20         echo ' def ' >> $@
21
22 all: $(INSTALLATION_FILES)