build-sys: fix po-man/ make check

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2021-05-13 12:21:56 +02:00
parent e304441936
commit 842ec4ce6b
1 changed files with 8 additions and 1 deletions

View File

@ -8,6 +8,7 @@ CLEANFILES = $(PO_STAMPS)
EXTRA_DIST = README.md $(PO_FILES) po4a.cfg util-linux-man.pot
if ENABLE_POMAN
util-linux-man.pot: Makefile
$(AM_V_GEN) $(PO4A) --verbose --no-translations po4a.cfg
@ -39,7 +40,6 @@ gen-mans: gen-trans
done; \
fi; \
done
all: gen-mans
clean-local:
@ -81,3 +81,10 @@ uninstall-local:
done; \
done
else
gen-trans:
gen-mans:
all:
distclean-local:
clean-local:
endif