From 31117ae10e3b224b286a88b4925702ba94c86a97 Mon Sep 17 00:00:00 2001 From: Werner Fink Date: Tue, 6 Dec 2022 22:30:35 +1100 Subject: [PATCH] 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 --- po-man/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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