aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_sepermit
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2020-01-25 11:11:18 +0100
committerTomáš Mráz <t8m@users.noreply.github.com>2020-01-27 09:47:25 +0100
commit4dd9b97b762cc73816cb867d49c9d0d0b91d642c (patch)
tree421c9b1706032d77afba68741c5a756ac4b44286 /modules/pam_sepermit
parentdf86351adfbe6a5dc7a68dce1074403f97fd1046 (diff)
downloadpam-4dd9b97b762cc73816cb867d49c9d0d0b91d642c.tar.gz
pam-4dd9b97b762cc73816cb867d49c9d0d0b91d642c.tar.bz2
pam-4dd9b97b762cc73816cb867d49c9d0d0b91d642c.zip
configure.ac: add --enable-doc option
Allow the user to disable documentation through --disable-doc (enabled by default), this is especially useful when cross-compiling for embedded targets Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Diffstat (limited to 'modules/pam_sepermit')
-rw-r--r--modules/pam_sepermit/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pam_sepermit/Makefile.am b/modules/pam_sepermit/Makefile.am
index 7155ed8f..3895e124 100644
--- a/modules/pam_sepermit/Makefile.am
+++ b/modules/pam_sepermit/Makefile.am
@@ -10,8 +10,10 @@ EXTRA_DIST = README $(XMLS) pam_sepermit.8 sepermit.conf sepermit.conf.5 tst-pam
if HAVE_LIBSELINUX
TESTS = tst-pam_sepermit
+if HAVE_DOC
man_MANS = pam_sepermit.8 sepermit.conf.5
endif
+endif
XMLS = README.xml pam_sepermit.8.xml sepermit.conf.5.xml