]> git.donarmstrong.com Git - lilypond.git/blob - tex/GNUmakefile
* Merge from stable:
[lilypond.git] / tex / GNUmakefile
1 depth = ..
2
3 TEX_FILES = $(wildcard *.tex) $(outdir)/music-drawing-routines.ps
4
5 EXTRA_DIST_FILES = $(TEX_FILES)
6 STEPMAKE_TEMPLATES=install
7
8 INSTALLATION_DIR=$(local_lilypond_datadir)/tex/
9 INSTALLATION_FILES=$(TEX_FILES)
10
11 include $(depth)/make/stepmake.make
12
13 $(outdir)/music-drawing-routines.ps: $(depth)/ps/music-drawing-routines.ps
14         -cp $< $@
15
16 all: $(INSTALLATION_FILES)