diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-08-27 15:28:28 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-08-27 15:28:28 +0200 |
commit | b01390eaa5750f28f258308b546f398ea5d89e3c (patch) | |
tree | 1eb60da9db5d65431eb1cb317fe935347de6e31f /buildlib/environment.mak.in | |
parent | 79789e9c60f3319b478af4671e683ce5c97c25a7 (diff) |
* buildlib/po4a_manpage.mak, doc/makefile, configure:
- simplify the makefiles needed for po4a manpages
Add a bit more autodetection to the buildsystem to be able to
add only half translated languages (only a few man pages, not all) and
try to reduce the overhead needed to add new languages.
Diffstat (limited to 'buildlib/environment.mak.in')
-rw-r--r-- | buildlib/environment.mak.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/buildlib/environment.mak.in b/buildlib/environment.mak.in index 4e47692f5..b3afca0ad 100644 --- a/buildlib/environment.mak.in +++ b/buildlib/environment.mak.in @@ -36,8 +36,11 @@ DOCBOOK2MAN := @DOCBOOK2MAN@ # XML for the man pages XMLTO := @XMLTO@ -# XML for the man pages -XMLTO := @XMLTO@ +# po4a for the man pages +XSLTPROC := @XSLTPROC@ + +# po4a for the man pages +PO4A := @PO4A@ # Gettext settings GMSGFMT = @GMSGFMT@ |