po4a: set destdir and srcdir
This commit is contained in:
parent
5b1eac852c
commit
eacc4b7785
1 changed files with 1 additions and 1 deletions
2
mkht.php
2
mkht.php
|
@ -81,7 +81,7 @@ foreach($nodes_src as $node) {
|
|||
}
|
||||
|
||||
if (file_exists(SITE . 'po4a.cfg'))
|
||||
exec('po4a ' . SITE . 'po4a.cfg');
|
||||
exec('po4a --destdir ' . SITE . ' --srcdir ' . SITE . ' ' . SITE . 'po4a.cfg');
|
||||
|
||||
$nodes_cache = new RecursiveIteratorIterator(new RecursiveDirectoryIterator(SITE . 'cache/', RecursiveDirectoryIterator::SKIP_DOTS));
|
||||
|
||||
|
|
Loading…
Reference in a new issue