5 LANGUAGES
= $(shell cd po
&& ls
)
10 echo
"[po4a_langs] $(LANGUAGES)" > po4a.cfg
11 echo
"[po4a_paths] pot/\$$master.pot \$$lang:po/\$$lang/\$$master.po" >> po4a.cfg
13 for FILE in en
/*.ssm en
/*.ssi
; \
15 echo
"[type: text] $${FILE} \$$lang:\$$lang/$$(basename $${FILE})" >> po4a.cfg
; \
18 echo
"[type: xhtml] en/index.html.in \$$lang:\$$lang/index.html.in" >> po4a.cfg
21 @.
/bin
/update-version.sh
24 @if
[ ! -x
"$$(which po4a 2>/dev/null)" ]; \
26 echo
"E: po4a - command not found"; \
27 echo
"I: po4a can be optained from http://po4a.alioth.debian.org/"; \
28 echo
"I: On Debian systems, po4a can be installed with 'apt-get install po4a'."; \
32 po4a
--keep
0 --no-backups
--package-name live-manual po4a.cfg
34 for LANGUAGE in
$(LANGUAGES
); \
36 cp
-a en
/_sisu
$${LANGUAGE}; \
46 rebuild
: distclean update build