diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:22:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:22:06 +0000 |
commit | 741c1ef7a4f2ac316ad6e557ddbe03023413478d (patch) | |
tree | 38890f681daa26c57e865b4feca10d0ca53e1046 /man/es/Makefile.am | |
parent | Initial commit. (diff) | |
download | shadow-741c1ef7a4f2ac316ad6e557ddbe03023413478d.tar.xz shadow-741c1ef7a4f2ac316ad6e557ddbe03023413478d.zip |
Adding upstream version 1:4.5.upstream/1%4.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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) |