aboutsummaryrefslogtreecommitdiff
path: root/doc/man/Makefile.am
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2010-10-20 13:11:30 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2010-10-20 13:11:30 +0000
commit5fc7bfece1d98f83ec1ce061508d3ecd8078eb17 (patch)
tree9f604d693f28e7f38b2d7690c58803b266ad6a5f /doc/man/Makefile.am
parentecc112f83d3c57ecb9f0b45c63b529853af7ec3f (diff)
downloadpam-5fc7bfece1d98f83ec1ce061508d3ecd8078eb17.tar.gz
pam-5fc7bfece1d98f83ec1ce061508d3ecd8078eb17.tar.bz2
pam-5fc7bfece1d98f83ec1ce061508d3ecd8078eb17.zip
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- 2010-10-20 Thorsten Kukuk <kukuk@thkukuk.de> * doc/man/Makefile.am: Fix build dependencys of pam_get_authtok.3. * xtests/Makefile.am: Only build xtests if we run xtests.
Diffstat (limited to 'doc/man/Makefile.am')
-rw-r--r--doc/man/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index dc2cf009..7da5bd46 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -47,6 +47,8 @@ XMLS = pam.3.xml pam.8.xml \
if ENABLE_REGENERATE_MAN
PAM.8: pam.8
+pam_get_authtok_noverify.3: pam_get_authtok.3
+pam_get_authtok_verify.3: pam_get_authtok.3
pam.d.5: pam.conf.5
test -f $(srcdir)/pam\\.d.5 && mv $(srcdir)/pam\\.d.5 $(srcdir)/pam.d.5 ||: