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:
parent
82d8e3faf3
commit
31117ae10e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user