From df90a0804dbbbc8be02fcf86cdda6a47e9a16c64 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 7 Nov 2018 22:33:06 +0000 Subject: po4a: pairwise-pocheck: Provide make targets to invoke it explicitly Signed-off-by: Ian Jackson --- po4a/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'po4a') diff --git a/po4a/Makefile b/po4a/Makefile index c759ce8..3354812 100644 --- a/po4a/Makefile +++ b/po4a/Makefile @@ -75,6 +75,11 @@ # tree. # # make targets: install +# +# Check: +# +# make targets: check +# pairwise-pocheck.check default: pofiles @@ -84,6 +89,8 @@ PO4A ?= po4a all update: translated +check: po4a.cfg.check pairwise-pocheck.check + pofiles: po4a.cfg $(PO4A) --no-translations $< @@ -97,6 +104,9 @@ po4a.cfg.check: list-documents ./$< >$@.tmp diff po4a.cfg $@.tmp +pairwise-pocheck.check: + ./pairwise-pocheck + t = ../.po4a.translated-only p = ../po4a @@ -114,6 +124,9 @@ translated-only: po4a.cfg .PRECIOUS: .po4a.%.cfg +pairwise-pocheck.%.check: + ./pairwise-pocheck $* + preview.%: .po4a.%.cfg $S $(PO4A) $< $S ./install-documents >/dev/null .$*.translated $@ -- cgit v1.2.3