From 880d6c569bb230db957e0d2b3dcf736a38c831aa Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 30 Nov 2015 23:21:50 -0500 Subject: Makefile.am: s/_SCRIPTS/_sources/ in list macros --- diff --git a/Makefile.am b/Makefile.am index 83c0127..f445920 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,10 +77,10 @@ EXTRA_DIST = \ SUFFIXES = .sh .sm .1in .1 .8in .8 .ms -cmds = $$(printf '%s ' $(pkgdatacmd_SCRIPTS) | \ - sed -e 's|[^ ]*/\([^ ]*\)\.sm |\1 |g') -profiles = $$(printf '%s ' $(pkgdataprofile_SCRIPTS) | \ - sed -e 's|[^ ]*/\([^ ]*\)\.sm |\1 |g') +cmds = $$(printf '%s ' $(pkgdatacmd_sources) | \ + sed -e 's|[^ ]*/\([^ ]*\)\.sh |\1 |g') +profiles = $$(printf '%s ' $(pkgdataprofile_sources) | \ + sed -e 's|[^ ]*/\([^ ]*\)\.sh |\1 |g') textdomain = $$(printf '%s\n' '$(PACKAGE)' | sed -e 's|-|_|g') do_subst = sed \ -e 's|[@]PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \ -- cgit v0.9.1