gnu: doc: Allow documentation to be translated.
authorJulien Lepiller <julien@lepiller.eu>
Fri, 2 Mar 2018 22:05:28 +0000 (23:05 +0100)
committerJulien Lepiller <julien@lepiller.eu>
Thu, 19 Apr 2018 19:30:30 +0000 (21:30 +0200)
commitb9fe8fd662180e64156d2b95a671242c20f0acfc
tree2ad838ee4cb3fe1d85619a759ea8838cd4ec66c5
parent9490c411f0d9a0a9476cb7b0855f5c2461c49b38
gnu: doc: Allow documentation to be translated.

* po/doc/contributing.pot: New file.
* po/doc/guix.pot: New file.
* po/doc/local.mk: New file.
* Makefile.am: Include it. Add gettext command. Add silent rules for po4a.
* configure.ac: Look for po4a-translate and po4a-updatepo.
* doc/local.mk: Add rules to generate translated texi files.
(TRANSLATED_INFO): New variable.
(BUILT_SOURCES, EXTRA_DIST, MAINTAINERCLEANFILES): Add it.
* .gitignore: Add generated files.
.gitignore
Makefile.am
configure.ac
doc/local.mk
po/doc/contributing.pot [new file with mode: 0644]
po/doc/guix.pot [new file with mode: 0644]
po/doc/local.mk [new file with mode: 0644]