aboutsummaryrefslogtreecommitdiff
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2021 Julien Lepiller <julien@lepiller.eu>
;;;
;;; 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 <http://www.gnu.org/licenses/>.

;; Translate cross-references in a translated .texi manual.

(use-modules (guix build po)
             (ice-9 match))

(match (command-line)
  ((program texi pofile)
   (translate-cross-references texi pofile)))
0' selected='selected'>includemode:
authorMike Jones <mike@mjones.io>2022-08-16 19:35:00 +0100
committer宋文武 <iyzsong@member.fsf.org>2022-08-17 13:57:44 +0800
commit7df39e6b2d28b5a9adc2d9f46110aaf83799a275 (patch)
tree55a1b3d4e70c5c9acedccc595566fc26eb08de3e /build-aux/compile-all.scm
parent4e562883d156bf6c3a3bb6d1719c22e81623c03b (diff)
downloadguix-7df39e6b2d28b5a9adc2d9f46110aaf83799a275.tar.gz
guix-7df39e6b2d28b5a9adc2d9f46110aaf83799a275.zip
gnu: fish: Update to 3.5.1.
* gnu/packages/shells.scm (fish): Update to 3.5.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'build-aux/compile-all.scm')
0 files changed, 0 insertions, 0 deletions