]> git.donarmstrong.com Git - lilypond.git/blob - ps/GNUmakefile
Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
[lilypond.git] / ps / GNUmakefile
1 depth = ..
2
3 PS_FILES = $(call src-wildcard,*.ps)
4
5 STEPMAKE_TEMPLATES=install
6 EXTRA_DIST_FILES = $(PS_FILES)
7
8 INSTALLATION_DIR=$(local_lilypond_datadir)/ps/
9 INSTALLATION_FILES=$(PS_FILES)
10
11 # teTeX-3.0 compatibility.
12 local-install:
13         -$(INSTALL) -d $(DESTDIR)$(local_lilypond_datadir)/dvips
14         (cd $(DESTDIR)$(local_lilypond_datadir)/dvips && ln -sf ../ps .)
15
16 local-uninstall:
17         -rm -f $(DESTDIR)$(local_lilypond_datadir)/dvips/ps
18         -rmdir $(DESTDIR)$(local_lilypond_datadir)/dvips
19
20 include $(depth)/make/stepmake.make