summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-23 12:53:49 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-23 12:53:49 (EDT)
commitd86883082a220b7a0ea98d76f55a184c5dd1d5ec (patch)
tree80bd89bdd34b0d70b39bc9bb0432eec3d3514b7d /Makefile.am
parent7f52743b4e4430936313157856ba2f55cc096d71 (diff)
Makefile.am: New "localedir" var.
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 8e41304..777e175 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|[@]localedir[@]|$(localedir)|g' \
-e "s|[@]cmds[@]|$(cmds)|g" \
-e "s|[@]textdomain[@]|$(textdomain)|g"