Fix building with libxml2-2.12.0
[shigofumi.git] / doc / po / Makefile.am
blob9e262e0462d5fe4d9129cada81d3e161d64c354f
1 SUBDIRS = . cs
2 POT = shigofumi-doc.pot
3 POS = cs.po
4 EXTRA_DIST = $(POT) $(POS)
6 if BUILD_NLS
7 .PHONY: update
9 all-local: update
11 if BUILD_MANPO
12 update $(POS): $(POT) po4a-build.conf
13         po4a po4a-build.conf
14 else
15 # empty target for make dist
16 update: $(EXTRA_DIST)
17 endif
19 $(POT): ../shigofumi.xml
20         po4a-gettextize -f docbook -m $< -p $@
21 endif