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 <csmall@dropbear.xyz>
This commit is contained in:
Werner Fink 2022-12-06 22:30:35 +11:00 committed by Craig Small
parent 82d8e3faf3
commit 31117ae10e
1 changed files with 2 additions and 4 deletions

View File

@ -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