summaryrefslogtreecommitdiff
path: root/ps/GNUmakefile
blob: 4bdc92c75e584159dcc43910360abced062efc11 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
depth = ..

PS_FILES = $(call src-wildcard,*.ps)

STEPMAKE_TEMPLATES=install
EXTRA_DIST_FILES = $(PS_FILES)

INSTALLATION_DIR=$(local_lilypond_datadir)/ps
INSTALLATION_FILES=$(PS_FILES)

include $(depth)/make/stepmake.make