Added the login.defs variables description to the man's EXTRA_DIST.

This commit is contained in:
nekral-guest 2007-11-27 19:42:23 +00:00
parent 0f7f0ea467
commit 5a00c2a03e
2 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-11-27 Nicolas François <nicolas.francois@centraliens.net>
* man/Makefile.am: Added the login.defs variables description to
the man's EXTRA_DIST.
2007-11-27 Nicolas François <nicolas.francois@centraliens.net>
* man/chfn.1.xml: Uses CHFN_AUTH, CHFN_RESTRICT, LOGIN_STRING.

View File

@ -99,9 +99,28 @@ man_XMANS = \
usermod.8.xml \
vipw.8.xml
login_defs_v = \
CHFN_AUTH.xml \
CHFN_RESTRICT.xml \
CHSH_AUTH.xml \
ENCRYPT_METHOD.xml \
GID_MAX.xml \
LOGIN_STRING.xml \
MAIL_DIR.xml \
MAX_MEMBERS_PER_GROUP.xml \
MD5_CRYPT_ENAB.xml \
PASS_MAX_DAYS.xml \
PASS_MIN_DAYS.xml \
PASS_WARN_AGE.xml \
SHA_CRYPT_MIN_ROUNDS.xml \
UID_MAX.xml \
UMASK.xml \
USERDEL_CMD.xml
EXTRA_DIST = \
$(man_MANS) \
$(man_XMANS) \
$(addprefix login.defs.d/,$(login_defs_v)) \
$(man_nopam) \
id.1 \
id.1.xml \