repo.or.cz
/
shigofumi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix building with libxml2-2.12.0
[shigofumi.git]
/
doc
/
po
/
Makefile.am
blob
9e262e0462d5fe4d9129cada81d3e161d64c354f
1
SUBDIRS = . cs
2
POT = shigofumi-doc.pot
3
POS = cs.po
4
EXTRA_DIST = $(POT) $(POS)
5
6
if BUILD_NLS
7
.PHONY: update
8
9
all-local: update
10
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
18
19
$(POT): ../shigofumi.xml
20
po4a-gettextize -f docbook -m $< -p $@
21
endif