diff options
| author | Julien Lepiller <julien@lepiller.eu> | 2018-03-02 23:05:28 +0100 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2018-04-19 21:30:30 +0200 |
| commit | b9fe8fd662180e64156d2b95a671242c20f0acfc (patch) | |
| tree | 2ad838ee4cb3fe1d85619a759ea8838cd4ec66c5 /.gitignore | |
| parent | 9490c411f0d9a0a9476cb7b0855f5c2461c49b38 (diff) | |
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.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4a110fb1f7a..38a55a3b5db 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -28,6 +28,21 @@ | |||
| 28 | /configure | 28 | /configure |
| 29 | /doc/*.1 | 29 | /doc/*.1 |
| 30 | /doc/.dirstamp | 30 | /doc/.dirstamp |
| 31 | /doc/guix.*.aux | ||
| 32 | /doc/guix.*.cp | ||
| 33 | /doc/guix.*.cps | ||
| 34 | /doc/guix.*.fn | ||
| 35 | /doc/guix.*.fns | ||
| 36 | /doc/guix.*.html | ||
| 37 | /doc/guix.*.info | ||
| 38 | /doc/guix.*.info-[0-9] | ||
| 39 | /doc/guix.*.ky | ||
| 40 | /doc/guix.*.pg | ||
| 41 | /doc/guix.*.toc | ||
| 42 | /doc/guix.*.t2p | ||
| 43 | /doc/guix.*.tp | ||
| 44 | /doc/guix.*.vr | ||
| 45 | /doc/guix.*.vrs | ||
| 31 | /doc/guix.aux | 46 | /doc/guix.aux |
| 32 | /doc/guix.cp | 47 | /doc/guix.cp |
| 33 | /doc/guix.cps | 48 | /doc/guix.cps |
| @@ -47,6 +62,7 @@ | |||
| 47 | /doc/os-config-desktop.texi | 62 | /doc/os-config-desktop.texi |
| 48 | /doc/stamp-vti | 63 | /doc/stamp-vti |
| 49 | /doc/version.texi | 64 | /doc/version.texi |
| 65 | /doc/version-*.texi | ||
| 50 | /etc/guix-daemon.cil | 66 | /etc/guix-daemon.cil |
| 51 | /etc/guix-daemon.conf | 67 | /etc/guix-daemon.conf |
| 52 | /etc/guix-daemon.service | 68 | /etc/guix-daemon.service |
| @@ -79,6 +95,7 @@ | |||
| 79 | /nix/scripts/list-runtime-roots | 95 | /nix/scripts/list-runtime-roots |
| 80 | /nix/scripts/offload | 96 | /nix/scripts/offload |
| 81 | /nix/scripts/substitute | 97 | /nix/scripts/substitute |
| 98 | /po/doc/*.mo | ||
| 82 | /po/guix/*.gmo | 99 | /po/guix/*.gmo |
| 83 | /po/guix/*.insert-header | 100 | /po/guix/*.insert-header |
| 84 | /po/guix/*.mo | 101 | /po/guix/*.mo |
