summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \