From: Ian Jackson Date: Wed, 7 Nov 2018 22:33:22 +0000 (+0000) Subject: po4a: pairwise-pocheck: Force it to be run sometimes X-Git-Tag: archive/debian/8.1~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=0c244082ddb4b2443ccfbc1c438ead4fda1c33ca po4a: pairwise-pocheck: Force it to be run sometimes * when building a binary package * when preparing a translation preview Signed-off-by: Ian Jackson --- diff --git a/debian/control b/debian/control index 62a4a116..eef4dca8 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Ian Jackson Standards-Version: 3.9.4.0 -Build-Depends: debhelper (>= 9), gettext, po4a +Build-Depends: debhelper (>= 9), gettext, po4a, tcl Testsuite: autopkgtest Vcs-Git: git://git.chiark.greenend.org.uk/~ianmdlvl/dgit.git Vcs-Browser: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git/dgit.git/ diff --git a/po4a/Makefile b/po4a/Makefile index 33548126..d3663e54 100644 --- a/po4a/Makefile +++ b/po4a/Makefile @@ -110,7 +110,7 @@ pairwise-pocheck.check: t = ../.po4a.translated-only p = ../po4a -translated-only: po4a.cfg +translated-only: po4a.cfg pairwise-pocheck.check rm -rf $t && mkdir $t cd $t && ln -s $p/*.po $p/*.pot $p/po4a.cfg . cd $t && $(PO4A) po4a.cfg @@ -127,7 +127,7 @@ translated-only: po4a.cfg pairwise-pocheck.%.check: ./pairwise-pocheck $* -preview.%: .po4a.%.cfg +preview.%: .po4a.%.cfg pairwise-pocheck.%.check $S $(PO4A) $< $S ./install-documents >/dev/null .$*.translated $@ @ echo '# runes to preview the various final tranlated manpages:'