From: Werner Fink Date: Tue, 6 Dec 2022 11:30:35 +0000 (+1100) Subject: build-sys: Remove duplicate manpages X-Git-Tag: v4.0.3_rc1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31117ae10e3b224b286a88b4925702ba94c86a97;p=procps-ng build-sys: Remove duplicate manpages Fix the building of the man pages instead of installing the same english ones twice. Signed-off-by: Craig Small --- diff --git a/po-man/Makefile.am b/po-man/Makefile.am index 87dcaac2..cb531af6 100644 --- a/po-man/Makefile.am +++ b/po-man/Makefile.am @@ -73,8 +73,7 @@ install-data-local: done; \ $(MAKE) -C .. install-man \ mandir="$(mandir)/$$lang" \ - man_MANS="" \ - src_MANS="$$files"; \ + dist_man_MANS="$$files"; \ done uninstall-local: @@ -89,8 +88,7 @@ uninstall-local: done; \ $(MAKE) -C .. uninstall-man \ mandir="$(mandir)/$$lang" \ - man_MANS="" \ - src_MANS="$$files"; \ + dist_man_MANS="$$files"; \ done dist-hook: man.stamp