summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 15:00:07 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 15:00:07 (EDT)
commitb93bd81457178694d02322c33c82fbe439404313 (patch)
tree96df11d262c367b272941fbd2f69006834caa6c3 /Makefile.am
parent585f13e242ab44648155bb83cc760b4bf4daf345 (diff)
Makefile.am: Add MANUAL to do_subst
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 8b2fdd5..f9bc103 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -70,6 +70,7 @@ do_subst = sed \
-e 's|[@]PACKAGE[@]|$(PACKAGE)|g' \
-e 's|[@]PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \
-e 's|[@]PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \
+ -e 's|[@]MANUAL[@]|$(MANUAL)|g' \
-e 's|[@]SH[@]|$(SH)|g' \
-e 's|[@]bindir[@]|$(bindir)|g' \
-e 's|[@]localedir[@]|$(localedir)|g'