summary refs log tree commit diff
path: root/po
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2020-03-06 21:32:59 +0100
committerFlorian Pelz <pelzflorian@pelzflorian.de>2020-03-06 20:50:18 +0000
commit895e6e8af657d28527f7cccf68eab7319f50fba5 (patch)
tree0e437d15e7aa50758713e13b64401c54f3f4f745 /po
parent1d3c6a31b5a5240418c9bdc17da26c4fb6fa1daa (diff)
downloadguix-895e6e8af657d28527f7cccf68eab7319f50fba5.tar.gz
doc: Fix build of German Cookbook translation.
This is a follow-up to f98e83a17fa30587520e858231ec9c61f3624ecd.
See <https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00095.html>.
Reported there by Vagrant Cascadian <vagrant@debian.org>.

* po/doc/local.mk (DOC_COOKBOOK_PO_FILES): Use correct file name.
(doc-po-update-cookbook-%): Use correct PO file name.
Diffstat (limited to 'po')
-rw-r--r--po/doc/local.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/doc/local.mk b/po/doc/local.mk
index 27b9e1f3b5..4f3ad0a37e 100644
--- a/po/doc/local.mk
+++ b/po/doc/local.mk
@@ -24,7 +24,7 @@ DOC_PO_FILES=					\
   %D%/guix-manual.zh_CN.po
 
 DOC_COOKBOOK_PO_FILES=					\
-  %D%/guix-manual.de.po
+  %D%/guix-cookbook.de.po
 
 EXTRA_DIST = \
   %D%/guix-manual.pot \
@@ -58,7 +58,7 @@ doc-po-update-%:
 	fi
 
 doc-po-update-cookbook-%:
-	@lang=`echo "$@" | sed -e's/^doc-po-update-//'` ; \
+	@lang=`echo "$@" | sed -e's/^doc-po-update-cookbook-//'` ; \
 	output="$(srcdir)/po/doc/guix-cookbook.$$lang.po" ; \
 	input="$(srcdir)/po/doc/guix-cookbook.pot" ; \
 	if test -f "$$output"; then \