diff options
Diffstat (limited to 'man/es/Makefile.am')
-rw-r--r-- | man/es/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man/es/Makefile.am b/man/es/Makefile.am new file mode 100644 index 0000000..721dc0d --- /dev/null +++ b/man/es/Makefile.am @@ -0,0 +1,17 @@ + +mandir = @mandir@/es + +man_MANS = + +# These Spanish manpages are outdated. +# Please contact pkg-shadow-devel@lists.alioth.debian.org if you wish to +# provide updates. +# man1/login.1 \ +# man1/newgrp.1 \ +# man1/passwd.1 \ +# man5/passwd.5 \ +# man1/su.1 \ +# man8/vigr.8 \ +# man8/vipw.8 + +EXTRA_DIST = $(man_MANS) |