diff options
author | Russ Allbery <rra@stanford.edu> | 2007-03-09 04:02:43 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-03-09 04:02:43 +0000 |
commit | 2982eb4ed79755c7887aba0b02eb880eb97f8191 (patch) | |
tree | 24bec534a3f0531f51b89983a39be662a777117c /Makefile.am | |
parent | 7805a2fc83df1e4edc8fbab1a8ffba12027da4e7 (diff) |
Include the kasetkey man page and man page source in the distribution.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 10d17e5..8d92f60 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,9 +7,9 @@ AUTOMAKE_OPTIONS = foreign subdir-objects EXTRA_DIST = docs/design-acl docs/design-api docs/design-schema \ - docs/netdb-role-api docs/notes tests/TESTS tests/client/basic-t.in \ - tests/data/README tests/data/cmd-fake tests/data/fake-keytab \ - tests/data/wallet.conf + docs/netdb-role-api docs/notes kasetkey/kasetkey.pod \ + tests/TESTS tests/client/basic-t.in tests/data/README \ + tests/data/cmd-fake tests/data/fake-keytab tests/data/wallet.conf bin_PROGRAMS = client/wallet kasetkey/kasetkey client_wallet_CPPFLAGS = @REMCTL_CPPFLAGS@ @@ -19,7 +19,7 @@ kasetkey_kasetkey_CPPFLAGS = @AFS_CPPFLAGS@ kasetkey_kasetkey_LDFLAGS = @AFS_LDFLAGS@ kasetkey_kasetkey_LDADD = -lafsauthent -lafsrpc -lpthread -lkrb4 -man_MANS = kasetkey/kasetkey.8 +dist_man_MANS = kasetkey/kasetkey.8 $(srcdir)/kasetkey/kasetkey.8: $(srcdir)/kasetkey/kasetkey.pod pod2man --release=$(VERSION) --center="Administrative Commands" \ |