summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-23 15:54:53 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-23 15:54:53 (EDT)
commitfd84a23d3d3c8ef82e82639fd63aaa4e9491b7bd (patch)
tree758f3e229acfae72b664697ae3b613ea42ddcd56 /Makefile.am
parent806c5781a8cf3834eb1594ba4cdbe367c0b52f72 (diff)
Makefile.am: New "pkgdatacmddir" variable.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 777e175..9cbd275 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -43,6 +43,7 @@ do_subst = sed \
-e 's|[@]VERSION[@]|$(VERSION)|g' \
-e 's|[@]SH[@]|$(SH)|g' \
-e 's|[@]pkgdatadir[@]|$(pkgdatadir)|g' \
+ -e 's|[@]pkgdatacmddir[@]|$(pkgdatacmddir)|g' \
-e 's|[@]localedir[@]|$(localedir)|g' \
-e "s|[@]cmds[@]|$(cmds)|g" \
-e "s|[@]textdomain[@]|$(textdomain)|g"