diff options
Diffstat (limited to 'doc/local.mk')
-rw-r--r-- | doc/local.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/local.mk b/doc/local.mk index 64d18e121a..0b7904329a 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -1,6 +1,6 @@ # GNU Guix --- Functional package management for GNU # Copyright © 2016 Eric Bavier <[email protected]> -# Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <[email protected]> +# Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès <[email protected]> # Copyright © 2013 Andreas Enge <[email protected]> # Copyright © 2016 Taylan Ulrich Bayırlı/Kammer <[email protected]> # Copyright © 2016, 2018 Mathieu Lirzin <[email protected]> @@ -90,15 +90,15 @@ cat "[email protected]" | egrep '@p?x?ref' -A1 | sed 'N;s|--\n||g;P;D' | sed 's|^| |g' | \ done endef -$(srcdir)/%D%/guix.%.texi: po/doc/guix.%.po $(srcdir)/%D%/contributing.%.texi +$(srcdir)/%D%/guix.%.texi: po/doc/guix-manual.%.po $(srcdir)/%D%/contributing.%.texi -$(AM_V_PO4A)$(PO4A_TRANSLATE) $(PO4A_PARAMS) -m "%D%/guix.texi" -p "$<" -l "[email protected]" -sed -i "s|guix\.info|$$(basename "$@" | sed 's|texi$$|info|')|" "[email protected]" - -$(xref_command) + -$(AM_V_POXREF)$(xref_command) -mv "[email protected]" "$@" -$(srcdir)/%D%/contributing.%.texi: po/doc/guix.%.po po/doc/contributing.%.po - -$(AM_V_PO4A)$(PO4A_TRANSLATE) $(PO4A_PARAMS) -m "%D%/contributing.texi" -p "$(word 2,$^)" -l "[email protected]" - -$(xref_command) +$(srcdir)/%D%/contributing.%.texi: po/doc/guix-manual.%.po + -$(AM_V_PO4A)$(PO4A_TRANSLATE) $(PO4A_PARAMS) -m "%D%/contributing.texi" -p "$<" -l "[email protected]" + -$(AM_V_POXREF)$(xref_command) -mv "[email protected]" "$@" %D%/os-config-%.texi: gnu/system/examples/%.tmpl |