]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/GNUmakefile
Fix my bad instructions to Carl.
[lilypond.git] / scm / GNUmakefile
index 419ac4c97f5545651d8a2bd290f8dc400e9c352c..f2555bb48132249db9f21b73362149beba2b87e7 100644 (file)
@@ -2,13 +2,11 @@
 
 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