From 842ec4ce6bf183cdb26b404fd0b3a9a87ec69507 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 13 May 2021 12:21:56 +0200 Subject: [PATCH] build-sys: fix po-man/ make check Signed-off-by: Karel Zak --- po-man/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/po-man/Makefile.am b/po-man/Makefile.am index 420bf9e51d..0802e6f130 100644 --- a/po-man/Makefile.am +++ b/po-man/Makefile.am @@ -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 -- 2.47.3