This website requires JavaScript.
Explore
Help
Sign In
root
/
xz
mirror of
https://git.tukaani.org/xz.git
Watch
1
Star
0
Fork
You've already forked xz
0
Code
Issues
Releases
Wiki
Activity
4c20781f4c
xz
/
po4a
/
.gitignore
4 lines
31 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Build: Add support for translated man pages using po4a. The dependency on po4a is optional. It's never required to install the translated man pages when xz is built from a release tarball. If po4a is missing when building from xz.git, the translated man pages won't be generated but otherwise the build will work normally. The translations are only updated automatically by autogen.sh and by "make mydist". This makes it easy to keep po4a as an optional dependency and ensures that I won't forget to put updated translations to a release tarball. The translated man pages aren't installed if --disable-nls is used. The installation of translated man pages abuses Automake internals by calling "install-man" with redefined dist_man_MANS and man_MANS. This makes the hairy script code slightly less hairy. If it breaks some day, this code needs to be fixed; don't blame Automake developers. Also, this adds more quotes to the existing shell script code in the Makefile.am "-hook"s.
2020-02-07 13:32:21 +00:00
/man
/xz-man.pot
Translations: Add the man page translators into man page header comment. It looked odd to only have the original English authors listed in the header comments of the translated files.
2024-02-13 11:07:33 +00:00
/*.po.authors