From: fred Date: Tue, 26 Mar 2002 21:29:43 +0000 (+0000) Subject: lilypond-1.1.13 X-Git-Tag: release/1.5.59~2750 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9863432f10387bacf901c706334060d0f9d14435;p=lilypond.git lilypond-1.1.13 --- diff --git a/make/toplevel.make.in b/make/toplevel.make.in index ae6073e89c..90b98e9ecb 100644 --- a/make/toplevel.make.in +++ b/make/toplevel.make.in @@ -10,7 +10,7 @@ depth = . # SUBDIRS = scripts buildscripts flower lib lily mf mi2mu po debian \ Documentation init input tex make mutopia test intl stepmake\ - ps + ps scm # SCRIPTS = configure aclocal.m4 diff --git a/scm/GNUmakefile b/scm/GNUmakefile new file mode 100644 index 0000000000..419ac4c97f --- /dev/null +++ b/scm/GNUmakefile @@ -0,0 +1,14 @@ +# scm/Makefile + +depth = .. + +SCM_FILES = $(wildcard *.scm) +EXTRA_DIST_FILES = $(SCM_FILES) + +INSTALLATION_DIR=$(datadir)/scm/ +INSTALLATION_FILES=$(SCM_FILES) + +STEPMAKE_TEMPLATES=install + +include $(depth)/make/stepmake.make +