]> git.donarmstrong.com Git - lilypond.git/blob - tex/GNUmakefile
remove latin1.enc rules.
[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
17 # teTeX-2.0.x compatibility.
18 local-install:
19         -$(INSTALL) -d $(DESTDIR)$(local_lilypond_datadir)/tex
20         (cd $(DESTDIR)$(local_lilypond_datadir)/tex && ln -sf ../fonts/enc .)
21
22 local-uninstall:
23         -rm -f $(DESTDIR)$(local_lilypond_datadir)/tex/enc
24         -rmdir $(DESTDIR)$(local_lilypond_datadir)/tex
25
26 all: $(INSTALLATION_FILES) $(INSTALLATION_OUT_FILES1)
27