diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-02-07 08:23:59 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-02-07 08:23:59 +0000 |
commit | b256b731612a0454f4d8865ab86364e0612793c5 (patch) | |
tree | 0736946b1c27faef0cee91f9713df8f017308585 | |
parent | 261f778322fd23a49b6a8bde32b106b81497dd86 (diff) | |
download | pam-b256b731612a0454f4d8865ab86364e0612793c5.tar.gz pam-b256b731612a0454f4d8865ab86364e0612793c5.tar.bz2 pam-b256b731612a0454f4d8865ab86364e0612793c5.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
Fix typo
-rw-r--r-- | modules/pam_access/Makefile.am | 2 |
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 |