]> git.donarmstrong.com Git - lilypond.git/blob - tex/GNUmakefile
* input/regression/slur-script.ly: Add example of reverting
[lilypond.git] / tex / GNUmakefile
1 depth = ..
2
3 TEX_FILES = $(wildcard *.tex)  texinfo.cnf
4 EXTRA_DIST_FILES = $(TEX_FILES) 
5 STEPMAKE_TEMPLATES=install install-out
6
7 INSTALLATION_DIR=$(local_lilypond_datadir)/tex/
8 INSTALLATION_FILES=$(TEX_FILES) $(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 local-uninstall:
17         -rmdir $(DESTDIR)$(local_lilypond_datadir)/tex
18
19 all: $(INSTALLATION_FILES)
20