Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / ps / GNUmakefile
blobd05179fd4ed718512dc73bfb70cd207c9ac852d4
1 depth = ..
3 PS_FILES = $(call src-wildcard,*.ps)
5 STEPMAKE_TEMPLATES=install
6 EXTRA_DIST_FILES = $(PS_FILES)
8 INSTALLATION_DIR=$(local_lilypond_datadir)/ps/
9 INSTALLATION_FILES=$(PS_FILES)
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 .)
16 local-uninstall:
17 -rm -f $(DESTDIR)$(local_lilypond_datadir)/dvips/ps
18 -rmdir $(DESTDIR)$(local_lilypond_datadir)/dvips
20 include $(depth)/make/stepmake.make