summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-04-26 14:54:52 +0200
committerJulien Lepiller <julien@lepiller.eu>2019-04-27 17:13:18 +0200
commit554b30d2aca0cb27804d92863b87209593b023c6 (patch)
treecb86c93bce541df721086ec61fe175beb962df15 /Makefile.am
parent0c329bf4b0c00abdc9a7d9c818d36d4d60b3005d (diff)
downloadguix-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.am1
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