* man/es/Makefile.am: Disable the distribution of Spanish

manpages. They are outdated. Please contact
	pkg-shadow-devel@lists.alioth.debian.org if you wish to provide
	updates.
This commit is contained in:
nekral-guest
2009-04-11 18:57:14 +00:00
parent af7b9b8b62
commit 5a56996eef
3 changed files with 22 additions and 8 deletions

View File

@@ -1,13 +1,17 @@
mandir = @mandir@/es
man_MANS = \
login.1 \
newgrp.1 \
passwd.1 \
passwd.5 \
su.1 \
vigr.8 \
vipw.8
man_MANS =
# These Spanish manpages are outdated.
# Please contact pkg-shadow-devel@lists.alioth.debian.org if you wish to
# provide updates.
# login.1 \
# newgrp.1 \
# passwd.1 \
# passwd.5 \
# su.1 \
# vigr.8 \
# vipw.8
EXTRA_DIST = $(man_MANS)