diff options
author | Russ Allbery <eagle@eyrie.org> | 2018-06-03 18:04:50 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2018-06-03 18:04:50 -0700 |
commit | 671c8e3537ead0f3d871c1d84928bce902f10d7f (patch) | |
tree | da7dde590adfe05cdd2d0116620b1e5a43ffc73e /bootstrap | |
parent | 5d1a13c87c6c8701cc49d68cd95d5e020d535a06 (diff) | |
parent | 26e83dabb2f9ceea7de5f67e477769594f3c33b9 (diff) |
New upstream version 1.4
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |