]> git.donarmstrong.com Git - lilypond.git/blobdiff - ps/GNUmakefile
Doc-es: various updates.
[lilypond.git] / ps / GNUmakefile
index 4803038f5979c4d015566adf4e428740f069db29..4bdc92c75e584159dcc43910360abced062efc11 100644 (file)
@@ -1,13 +1,11 @@
-# ps/Makefile
-
 depth = ..
 
-PS_FILES = $(wildcard *.ps)
+PS_FILES = $(call src-wildcard,*.ps)
 
 STEPMAKE_TEMPLATES=install
-EXTRA_DIST_FILES =  $(PS_FILES) 
+EXTRA_DIST_FILES = $(PS_FILES)
 
-INSTALLATION_DIR=$(datadir)/ps/
+INSTALLATION_DIR=$(local_lilypond_datadir)/ps
 INSTALLATION_FILES=$(PS_FILES)
 
 include $(depth)/make/stepmake.make