From: Karel Zak Date: Thu, 13 May 2021 10:21:56 +0000 (+0200) Subject: build-sys: fix po-man/ make check X-Git-Tag: v2.37~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=842ec4ce6bf183cdb26b404fd0b3a9a87ec69507;p=thirdparty%2Futil-linux.git build-sys: fix po-man/ make check Signed-off-by: Karel Zak --- 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