summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-02-07 08:23:59 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-02-07 08:23:59 +0000
commitb256b731612a0454f4d8865ab86364e0612793c5 (patch)
tree0736946b1c27faef0cee91f9713df8f017308585
parent261f778322fd23a49b6a8bde32b106b81497dd86 (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- Fix typo
-rw-r--r--modules/pam_access/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_access/Makefile.am b/modules/pam_access/Makefile.am
index 15b93581..911ebbf4 100644
--- a/modules/pam_access/Makefile.am
+++ b/modules/pam_access/Makefile.am
@@ -28,7 +28,7 @@ if ENABLE_REGENERATE_MAN
noinst_DATA = README
-README.html: pam_access.8.xml access.conf.5.xml
+README: pam_access.8.xml access.conf.5.xml
-include $(top_srcdir)/Make.xml.rules
endif