#!/bin/sh # Create the build system. set -e -x # Generate stubs for translations. langs=`find po/doc -type f -name 'guix-manual*.po' \ | sed -e 's,guix-manual\.,,' \ | xargs -n 1 -I{} basename {} .po` for lang in ${langs}; do if [ ! -e "doc/guix.${lang}.texi" ]; then echo "@setfilename guix.${lang}.info" > "doc/guix.${lang}.texi" echo "@include version-${lang}.texi" >> "doc/guix.${lang}.texi" # Ensure .po file is newer. touch "po/doc/guix-manual.${lang}.po" fi done langs=`find po/doc -type f -name 'guix-cookbook*.po' \ | sed -e 's,guix-cookbook\.,,' \ | xargs -n 1 -I{} basename {} .po` for lang in ${langs}; do if [ ! -e "doc/guix-cookbook.${lang}.texi" ]; then echo "@setfilename guix-cookbook.${lang}.info" > "doc/guix-cookbook.${lang}.texi" # Ensure .po file is newer. touch "po/doc/guix-cookbook.${lang}.po" fi done exec autoreconf -vfi ipts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-09-28 12:22:45 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-09-28 12:24:15 +0200
commita2b40398e9b09d4246ee0dcc5ce713e872679544 (patch)
treecab5b54d7b1d13517f5d8614b351d7355753e9b6 /build-aux
parentb2449a31b35f8e1ca553c20ccfd4b89525341f29 (diff)
downloadguix-a2b40398e9b09d4246ee0dcc5ce713e872679544.tar.gz
guix-a2b40398e9b09d4246ee0dcc5ce713e872679544.zip
gnu: r-microbenchmark: Update to 1.4-7.
* gnu/packages/statistics.scm (r-microbenchmark): Update to 1.4-7.
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions