diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-11-01 12:28:31 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-11-01 12:36:47 +0100 |
commit | 1e40e70bfebba47ccea354ddf862276d2c4223ea (patch) | |
tree | 51e246920a6155953bc9f3dc6b02dd02b4d47b04 /po/doc/local.mk | |
parent | d7ca1899aa54ad02321e9ac1ff9de210ab9126b1 (diff) | |
download | patches-1e40e70bfebba47ccea354ddf862276d2c4223ea.tar patches-1e40e70bfebba47ccea354ddf862276d2c4223ea.tar.gz |
doc: Add German translation.
* doc/contributing.de.texi: New file.
* doc/guix.de.texi: New file
* doc/local.mk (TRANSLATED_INFO): Add them.
(info_TEXINFOS): Add guix.de.texi.
* po/doc/guix-manual.de.po: New file.
* po/doc/local.mk (EXTRA_DIST): Add it.
* doc/guix.texi: Document the German translation.
Diffstat (limited to 'po/doc/local.mk')
-rw-r--r-- | po/doc/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/doc/local.mk b/po/doc/local.mk index ca588ea916..3d3b4f67b1 100644 --- a/po/doc/local.mk +++ b/po/doc/local.mk @@ -18,6 +18,7 @@ EXTRA_DIST = \ %D%/guix-manual.pot \ + %D%/guix-manual.de.po \ %D%/guix-manual.fr.po POT_OPTIONS = --package-name "guix" --package-version "$(VERSION)" \ |