Skip to content
Snippets Groups Projects
Commit 5fab6b7a authored by Craig Small's avatar Craig Small
Browse files

build-sys: Don't require po4a for installation

The build system tested for the presence of po4a binary at the
install step. psmisc ships with translated man pages so doesn't
need po4a for install/uninstallation.
parent 5de9e046
No related branches found
No related tags found
Loading
Pipeline #252301289 passed
......@@ -56,10 +56,8 @@ psmisc.pot:
update-po:
$(PO4A_V) $(PO4A) $(PO4A_OPTS) --force $(srcdir)/po4a.cfg
install-data-local: install-data-local-@USE_PO4A@
install-data-local-no:
install-data-local-yes:
install-data-local:
for lang in $(LINGUAS); do \
files=""; \
for trans in $(notdir $(dist_man_MANS)); do \
......@@ -75,10 +73,7 @@ install-data-local-yes:
dist_man_MANS="$$files"; \
done
uninstall-local: uninstall-local-@USE_PO4A@
uninstall-local-no:
uninstall-local-yes:
uninstall-local:
for lang in $(LINGUAS); do \
files=""; \
for trans in $(notdir $(dist_man_MANS)); do \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment