summaryrefslogtreecommitdiff
path: root/help2man.texi
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2014-10-10 09:13:38 +1100
committerBrendan O'Dea <bod@debian.org>2014-10-10 09:13:38 +1100
commit287b73ed56625770dc70934fbd48eb7dc6b8efb4 (patch)
treee22332b764f6775a90ca021f5114a195d1786043 /help2man.texi
parent3453a262d01fd5ff226b638ea41ade0e503c559c (diff)
downloadhelp2man-287b73ed56625770dc70934fbd48eb7dc6b8efb4.tar.gz
Fix example using AM_MISSING_PROG in documentation
Diffstat (limited to 'help2man.texi')
-rw-r--r--help2man.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/help2man.texi b/help2man.texi
index 219cf40..861bcf9 100644
--- a/help2man.texi
+++ b/help2man.texi
@@ -385,7 +385,7 @@ The value of @code{HELP2MAN} may be set in @code{configure.in} using
either of:
@example
-AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)
+AM_MISSING_PROG(HELP2MAN, help2man)
@end example
for @command{automake}, or something like: