diff options
Diffstat (limited to 'modules/pam_localuser')
-rw-r--r-- | modules/pam_localuser/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pam_localuser/Makefile.am b/modules/pam_localuser/Makefile.am index 10bb3b7a..c31c7532 100644 --- a/modules/pam_localuser/Makefile.am +++ b/modules/pam_localuser/Makefile.am @@ -9,7 +9,9 @@ EXTRA_DIST = README $(MANS) $(XMLS) tst-pam_localuser TESTS = tst-pam_localuser +if HAVE_DOC man_MANS = pam_localuser.8 +endif XMLS = README.xml pam_localuser.8.xml securelibdir = $(SECUREDIR) |