diff options
Diffstat (limited to 'ps/GNUmakefile')
-rw-r--r-- | ps/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ps/GNUmakefile b/ps/GNUmakefile index b7defdfefe..d05179fd4e 100644 --- a/ps/GNUmakefile +++ b/ps/GNUmakefile @@ -3,7 +3,7 @@ depth = .. PS_FILES = $(call src-wildcard,*.ps) STEPMAKE_TEMPLATES=install -EXTRA_DIST_FILES = $(PS_FILES) +EXTRA_DIST_FILES = $(PS_FILES) INSTALLATION_DIR=$(local_lilypond_datadir)/ps/ INSTALLATION_FILES=$(PS_FILES) |