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/pt_BR/Makefile.am | |
parent | Initial commit. (diff) | |
download | shadow-upstream.tar.xz shadow-upstream.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 'man/pt_BR/Makefile.am')
-rw-r--r-- | man/pt_BR/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/pt_BR/Makefile.am b/man/pt_BR/Makefile.am new file mode 100644 index 0000000..f0773a7 --- /dev/null +++ b/man/pt_BR/Makefile.am @@ -0,0 +1,12 @@ + +mandir = @mandir@/pt_BR + +man_MANS = \ + man1/gpasswd.1 \ + man8/groupadd.8 \ + man8/groupdel.8 \ + man8/groupmod.8 \ + man5/passwd.5 \ + man5/shadow.5 + +EXTRA_DIST = $(man_MANS) |