summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-06 23:49:32 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-06 23:49:32 (EST)
commit03212bb9bad7cf4b6112f653eb14e6bb54857e74 (patch)
tree5f584986e0dd61de56982408566ca2b290ec03a9
parenta86443a562197ca16ac9a698493a499075f5f585 (diff)
Makefile.am: Drop cmds and profiles
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 6f6a56f..c47500c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,10 +80,6 @@ EXTRA_DIST = \
SUFFIXES = .sh .sho .1in .1 .8in .8 .ms
-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' \