diff options
author | Marius Bakke <[email protected]> | 2019-05-01 23:11:41 +0200 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2019-05-01 23:11:41 +0200 |
commit | 3b458d5462e6bbd852c2dc5c6670d5655abf53f5 (patch) | |
tree | 4f3ccec0de1c355134369333c17e948e3258d546 /po/doc/local.mk | |
parent | 2ca3fdc2db1aef96fbf702a2f26f5e18ce832038 (diff) | |
parent | 14da3daafc8dd92fdabd3367694c930440fd72cb (diff) |
Merge branch 'master' into core-updates
Diffstat (limited to 'po/doc/local.mk')
-rw-r--r-- | po/doc/local.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/po/doc/local.mk b/po/doc/local.mk index 6b934d945a..6b51c2a071 100644 --- a/po/doc/local.mk +++ b/po/doc/local.mk @@ -16,9 +16,11 @@ # You should have received a copy of the GNU General Public License # along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. -DOC_PO_FILES= \ - %D%/guix-manual.de.po \ - %D%/guix-manual.fr.po +DOC_PO_FILES= \ + %D%/guix-manual.es.po \ + %D%/guix-manual.de.po \ + %D%/guix-manual.fr.po \ + %D%/guix-manual.zh_CN.po EXTRA_DIST = \ %D%/guix-manual.pot \ |