aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_exec/Makefile.am
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-01-30 21:58:23 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-01-30 21:58:23 +0000
commit41e81d7048ab8a9bf9730212f7f5ea18b051d2dc (patch)
treec21605e974c2e0832181361ae7a9dbe36bbf4eb0 /modules/pam_exec/Makefile.am
parentc1e45ad7ff6ec3e26a535c128eff0f34fd637111 (diff)
downloadpam-41e81d7048ab8a9bf9730212f7f5ea18b051d2dc.tar.gz
pam-41e81d7048ab8a9bf9730212f7f5ea18b051d2dc.tar.bz2
pam-41e81d7048ab8a9bf9730212f7f5ea18b051d2dc.zip
Relevant BUGIDs: none
Purpose of commit: bugfix/cleanup Commit summary: --------------- Instead of duplicating the xml rules for every directory again, include them from the top level one. 2006-01-30 Thorsten Kukuk <kukuk@thkukuk.de> * modules/pam_exec/pam_exec.8.xml: Fix syntax of Return Value section. * modules/pam_exec/Makefile.am: Include Make.xml.rules. * Make.xml.rules: New.
Diffstat (limited to 'modules/pam_exec/Makefile.am')
-rw-r--r--modules/pam_exec/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/modules/pam_exec/Makefile.am b/modules/pam_exec/Makefile.am
index e67013d1..e7ecd591 100644
--- a/modules/pam_exec/Makefile.am
+++ b/modules/pam_exec/Makefile.am
@@ -22,12 +22,6 @@ endif
securelib_LTLIBRARIES = pam_exec.la
if ENABLE_REGENERATE_MAN
-
-pam_exec.8: pam_exec.8.xml
- $(XMLLINT) --nonet --xinclude --postvalid --noout $<
- $(XSLTPROC) --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
-
-#CLEANFILES += $(man_MANS)
-
+-include $(top_srcdir)/Make.xml.rules
endif