Hi everyone,

I have a problem with the usage of po4a.

Setup:
My master-document "iuf-rulebook.tex" is in the folder "src".
I already generated a template "iuf-rulebook.pot" in "po".
Translated po-files should go into the po-folder, while translated tex-files should be generated in the the folder "translated".


$ ls
Makefile  out  po  po4a.cfg  README.md  src  translated
$ ls src
1_general_rules_and_definitions  1_general_rules_and_definitions.tex  iuf-rulebook.tex
$ ls po
iuf-rulebook.pot
$ ls translated

$ cat po4a.cfg 
[po_directory] po/
[type: latex] src/iuf-rulebook.tex $lang:translated/iuf-rulebook-$lang.tex opt:"-k 0"

$ TEXINPUTS=src: po4a po4a.cfg
po4a.cfg:1: no pot-files found in po/

po4a Version 0.40.2

1. When I run po4a, it tells me, that there are no pot-files in the po-directory. What am I doing wrong here?

2. Can po4a also generate the pot-files, or do I have to do this exclusively with po4a-gettextize?

Thanks a lot!
Felix