OSDN Git Service

GNU which 2.21: Update sources.
[linuxjm/jm.git] / manual / GNU_which / Makefile
1 PACKAGE = which
2
3 THRESH = 100
4 EXTFLAGS =
5 PO4AFLAGS += -k $(THRESH) $(EXTFLAGS)
6 PO4ACFG = po4a/$(PACKAGE).cfg
7 POFILE  = po4a/ja.po
8
9 all: translate
10
11 translate:
12         po4a $(PO4AFLAGS) $(PO4ACFG)
13
14 stat:
15         @msgfmt -v --statistics -o /dev/null $(POFILE)
16
17 page-stat:
18         @echo $(POFILE):
19         @po4a --force --no-update -k 0 $(PO4ACFG)
20
21 .PHONY: translate stat page-stat