From 9b10150c17b02bfcb21dd21269a71db8b45ceb37 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 11 Dec 2007 17:02:05 +0100 Subject: Move Automake substitution code into a separate file. * substitute.am: New. * src/Makefile.am (substitute, SUFFIXES): Moved in the above file. --- src/Makefile.am | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index f701aa0..e423791 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,19 +7,7 @@ noinst_SCRIPTS = pre-inst-skribilo CLEANFILES = $(bin_SCRIPTS) $(noinst_SCRIPTS) -substitute = sed -e 's,[@]guilemoduledir[@],$(guilemoduledir),g' \ - -e 's,[@]abs_top_srcdir[@],$(abs_top_srcdir),g' \ - -e 's,[@]abs_top_builddir[@],$(abs_top_builddir),g' \ - -e 's,[@]prefix[@],$(prefix),g' \ - -e 's,[@]docdir[@],$(docdir),g' \ - -e 's,[@]emacsdir[@],$(emacsdir),g' \ - -e 's,[@]GUILE[@],$(GUILE),g' \ - -e 's,[@]PACKAGE_STRING[@],$(PACKAGE_STRING),g' \ - -e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g' \ - -e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \ - -e 's,[@]PACKAGE_BUGREPORT[@],$(PACKAGE_BUGREPORT),g' - -SUFFIXES = .in +include $(top_srcdir)/substitute.am .in: $(substitute) "$^" > "$@.tmp" && \ -- cgit v1.2.3