#!/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\.,,;s,\.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\.,,;s,\.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 'selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/substitutes
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-09-28 12:22:56 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-09-28 12:24:15 +0200
commit2b953e0153ae1b1b1b1828b5bbae2abdd02ac350 (patch)
tree05bbec9a297b0c2b02dfc686fabc3fa5e24a925f /etc/substitutes
parenta2b40398e9b09d4246ee0dcc5ce713e872679544 (diff)
downloadguix-2b953e0153ae1b1b1b1828b5bbae2abdd02ac350.tar.gz
guix-2b953e0153ae1b1b1b1828b5bbae2abdd02ac350.zip
gnu: r-devtools: Update to 2.2.1.
* gnu/packages/statistics.scm (r-devtools): Update to 2.2.1. [propagated-inputs]: Add r-rlang.
Diffstat (limited to 'etc/substitutes')
0 files changed, 0 insertions, 0 deletions