diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-11-28 22:20:08 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-11-28 22:23:55 +0100 |
commit | 7565d40e1e583b35148088bcf79760b9f95f91d9 (patch) | |
tree | 017e4e1b5095450e75c89709e4ab9d0a5f9e9eff /Makefile.am | |
parent | a5d474d798b5f3071017ff32aade11bc3ebe9150 (diff) | |
download | guix-7565d40e1e583b35148088bcf79760b9f95f91d9.tar guix-7565d40e1e583b35148088bcf79760b9f95f91d9.tar.gz |
nls: Update documentation po and pot with `make dist`.
* Makefile.am: dist-hook depends on doc-po-update.
* po/doc/local.mk (doc-po-update): New target.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c5676b0b94..05c450c4f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -612,6 +612,7 @@ guix-binary.%.tar.xz: dist-hook: $(distdir)/ChangeLog gen-AUTHORS gen-tarball-version dist-hook: assert-no-store-file-names +dist-hook: doc-po-update distcheck-hook: assert-binaries-available assert-final-inputs-self-contained |