# GNU Guix --- Functional package management for GNU # Copyright © 2018 Julien Lepiller # Copyright © 2021 Maxim Cournoyer # Copyright © 2023 gemmaro # # This file is part of GNU Guix. # # GNU Guix is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or (at # your option) any later version. # # GNU Guix is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Guix. If not, see . DOC_POT_FILES = %D%/guix-manual.pot %D%/guix-cookbook.pot DOC_PO_FILES = \ %D%/guix-manual.de.po \ %D%/guix-manual.es.po \ %D%/guix-manual.fr.po \ %D%/guix-manual.pt_BR.po \ %D%/guix-manual.ru.po \ %D%/guix-manual.zh_CN.po \ %D%/guix-cookbook.de.po \ %D%/guix-cookbook.fr.po \ %D%/guix-cookbook.ko.po \ %D%/guix-cookbook.sk.po EXTRA_DIST = $(DOC_POT_FILES) $(DOC_PO_FILES) $(DOC_POT_FILES) &: $(srcdir)/doc/guix.texi \ $(srcdir)/doc/guix-cookbook.texi \ $(srcdir)/doc/contributing.texi $(AM_V_PO4A)$(PO4A) --no-translations \ --package-version "$(VERSION)" \ %D%/po4a.cfg doc-pot-update: $(DOC_POT_FILES) .PHONY: doc-pot-update