]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/GNUmakefile
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / scm / GNUmakefile
index 419ac4c97f5545651d8a2bd290f8dc400e9c352c..0c1965293a84324ed5aa0d44148cf5c668e7c519 100644 (file)
@@ -1,14 +1,12 @@
-# scm/Makefile
+# scm/GNUmakefile
 
 depth = ..
 
-SCM_FILES = $(wildcard *.scm)
-EXTRA_DIST_FILES = $(SCM_FILES)
-
-INSTALLATION_DIR=$(datadir)/scm/
+INSTALLATION_DIR=$(local_lilypond_datadir)/scm
 INSTALLATION_FILES=$(SCM_FILES)
 
-STEPMAKE_TEMPLATES=install
+XGETTEXT_FLAGS = --language=Scheme
+STEPMAKE_TEMPLATES=install scm po
 
-include $(depth)/make/stepmake.make 
+include $(depth)/make/stepmake.make