#!/bin/sh # Create the build system. set -e -x # Generate stubs for translations. langs=`find po/doc -type f -name '*.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 exec autoreconf -vfi ogo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2019-07-15lint: Move the linting code to a different module....Christopher Baines
2019-07-14gnu: linux-libre: Update to 5.2....Mark H Weaver
2019-07-14Revert "guix: node-build-system: Use guile-json instead of a custom parser."...Julien Lepiller
2019-07-14guix: node-build-system: Use guile-json instead of a custom parser....Julien Lepiller
2019-07-14build: Add node-build-system....Jelle Licht
2019-07-07build: Remove outdated 'release.nix'....Ludovic Courtès
2019-07-07build: Add 'doc/build.scm' to build on-line copies of the manual....Ludovic Courtès
2019-07-06Remove references to non-existent 'tests/machine.scm'....Jakob L. Kreuze
2019-07-06Add 'guix deploy'....Jakob L. Kreuze
2019-07-06gnu: Add machine type for deployment specifications....Jakob L. Kreuze
2019-07-04Add (guix remote)....Ludovic Courtès
2019-07-04Add (guix repl)....Ludovic Courtès
2019-06-29etc: Remove hydra.gnu.org.pub key....Tobias Geerinckx-Rice
2019-06-03Add (guix diagnostics)....Ludovic Courtès