diff options
author | Russ Allbery <rra@stanford.edu> | 2010-07-29 15:23:02 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-07-29 15:23:02 -0700 |
commit | d6a512c1b8663c2ed4d3aeae93f580f66e65a362 (patch) | |
tree | 8faeaf3182939abe9e20248e3f4b825fc4fe292c /Makefile.am | |
parent | 5a48a5d5f7f2af72cf84114453748fbd2a337537 (diff) |
Add documentation for wallet-rekey
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 10f47d9..0b5593f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,7 @@ client_wallet_rekey_LDFLAGS = $(REMCTL_LDFLAGS) $(KRB5_LDFLAGS) client_wallet_rekey_LDADD = client/libwallet.a util/libutil.a \ portable/libportable.a $(REMCTL_LIBS) $(KRB5_LIBS) -dist_man_MANS = client/wallet.1 server/keytab-backend.8 \ +dist_man_MANS = client/wallet.1 client/wallet-rekey.1 server/keytab-backend.8 \ server/wallet-admin.8 server/wallet-backend.8 server/wallet-report.8 # A set of flags for warnings. Add -O because gcc won't find some warnings |