diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:54:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:54:37 +0000 |
commit | 97c26c1924b076ef23ebe4381558e8aa025712b2 (patch) | |
tree | 109724175f07436696f51b14b5abbd3f4d704d6d /man/es/Makefile.am | |
parent | Initial commit. (diff) | |
download | shadow-upstream/1%4.13+dfsg1.tar.xz shadow-upstream/1%4.13+dfsg1.zip |
Adding upstream version 1:4.13+dfsg1.upstream/1%4.13+dfsg1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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) |