diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-04-26 14:54:52 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-04-27 17:13:18 +0200 |
commit | 554b30d2aca0cb27804d92863b87209593b023c6 (patch) | |
tree | cb86c93bce541df721086ec61fe175beb962df15 /Makefile.am | |
parent | 0c329bf4b0c00abdc9a7d9c818d36d4d60b3005d (diff) | |
download | guix-554b30d2aca0cb27804d92863b87209593b023c6.tar guix-554b30d2aca0cb27804d92863b87209593b023c6.tar.gz |
self: Rebuild translated manuals.
* guix/self.scm (info-manual): Run po4a and related commands to generate
translated texi files before building translated manuals.
* guix/build/po.scm: New file.
* Makefile.am (MODULES_NOT_COMPILED): Add it.
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 f25900de0f..05940719cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,6 +54,7 @@ nodist_noinst_SCRIPTS = \ # Modules that are not compiled but are installed nonetheless, such as # build-side modules with unusual dependencies. MODULES_NOT_COMPILED = \ + guix/build/po.scm \ guix/man-db.scm include gnu/local.mk |