aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-06-03 18:00:50 -0700
committerRuss Allbery <eagle@eyrie.org>2018-06-03 18:01:25 -0700
commit26e83dabb2f9ceea7de5f67e477769594f3c33b9 (patch)
treea180a7e7ffdb5976e19fb4ef72a2155834ca9b86 /bootstrap
parente37de01137270d9322405a3bf87035d032228fac (diff)
Generate man page for contrib/ad-keytab
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index c725fd9..3242789 100755
--- a/bootstrap
+++ b/bootstrap
@@ -13,8 +13,8 @@ for doc in client/wallet client/wallet-rekey ; do
pod2man --release="$version" --center=wallet \
--name=`basename "$doc" | tr a-z A-Z` "$doc".pod > "$doc".1
done
-for doc in contrib/wallet-rekey-periodic contrib/wallet-summary \
- contrib/wallet-unknown-hosts ; do
+for doc in contrib/ad-keytab contrib/wallet-rekey-periodic \
+ contrib/wallet-summary contrib/wallet-unknown-hosts ; do
pod2man --release="$version" --center=wallet --section=8 \
--name=`basename "$doc" | tr a-z A-Z` "$doc" > "$doc".8
done