diff options
author | Russ Allbery <eagle@eyrie.org> | 2018-06-03 18:04:52 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2018-06-03 18:04:52 -0700 |
commit | decdce3af900df3b6c75e637af72e84fd2fbfd33 (patch) | |
tree | 08d3bbc9b8251d9e98aa906ea2d6d95502d95042 /bootstrap | |
parent | 705a06a8140cf4ceb47dbaa5cf4c787294059f4c (diff) | |
parent | 671c8e3537ead0f3d871c1d84928bce902f10d7f (diff) |
Update upstream source from tag 'upstream/1.4'
Update to upstream version '1.4'
with Debian dir a4f563cb0cc379a47dfd437429f396c032237ace
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 |