diff options
author | David Zeuthen <davidz@redhat.com> | 2007-03-01 15:23:14 -0500 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2007-03-01 15:23:14 -0500 |
commit | 75ad4b862611bd6a39bda06db3db4c9737657dad (patch) | |
tree | b939cb9b85882af0df4ce08cb6d167f4156026b2 /pam-ck-connector | |
parent | 1d1b98cd17764be77b1aee79efae8e89ce7faa04 (diff) | |
download | ConsoleKit2-75ad4b862611bd6a39bda06db3db4c9737657dad.tar.gz |
dist the manual page for the PAM module
Diffstat (limited to 'pam-ck-connector')
-rw-r--r-- | pam-ck-connector/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pam-ck-connector/Makefile.am b/pam-ck-connector/Makefile.am index 3819f5e..348969c 100644 --- a/pam-ck-connector/Makefile.am +++ b/pam-ck-connector/Makefile.am @@ -43,5 +43,9 @@ MAINTAINERCLEANFILES = \ Makefile.in \ $(NULL) +EXTRA_DIST = \ + pam_ck_connector.8 \ + $(NULL) + clean-local : rm -f *~ |