]> git.donarmstrong.com Git - lilypond.git/blobdiff - ps/GNUmakefile
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / ps / GNUmakefile
index a94b37ef8a2e5b7d2a4cfb699bea97ca69e24ae2..4bdc92c75e584159dcc43910360abced062efc11 100644 (file)
@@ -1,13 +1,11 @@
-# tex/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