From 895e6e8af657d28527f7cccf68eab7319f50fba5 Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Fri, 6 Mar 2020 21:32:59 +0100 Subject: doc: Fix build of German Cookbook translation. This is a follow-up to f98e83a17fa30587520e858231ec9c61f3624ecd. See . Reported there by Vagrant Cascadian . * po/doc/local.mk (DOC_COOKBOOK_PO_FILES): Use correct file name. (doc-po-update-cookbook-%): Use correct PO file name. --- po/doc/local.mk | 4 ++-- 1 file 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 \ -- cgit v1.2.3