]> git.donarmstrong.com Git - lilypond.git/blobdiff - ps/GNUmakefile
Web-ja: update introduction
[lilypond.git] / ps / GNUmakefile
index 1ade515613c934f6fbce48df0b0867b2e3591a40..4bdc92c75e584159dcc43910360abced062efc11 100644 (file)
@@ -1,11 +1,11 @@
 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=$(local_lilypond_datadir)/ps/
+INSTALLATION_DIR=$(local_lilypond_datadir)/ps
 INSTALLATION_FILES=$(PS_FILES)
 
 include $(depth)/make/stepmake.make