#!/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 png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ed.scm
d=a5acc17a3c10a3779b5b8b1a2565ef130be77e51'>file-systems: Remove 'title' field and add <file-system-label>....
AgeCommit message (Expand)Author
2017-04-03gnu: ed: Update to 1.14.2....Marius Bakke
2017-01-12gnu: ed: Update to 1.14.1....Marius Bakke
2016-02-15gnu: ed: Use 'modify-phases'....Efraim Flashner
2016-02-15gnu: ed: Update to 1.13....Efraim Flashner
Ludovic Courtès
2018-02-06gnu: build: linux-boot: Remove bind-mount export....Christopher Baines
2018-02-01linux-boot: Add find-long-options....Danny Milosavljevic
2018-01-19gnu: Consistently Write ‘file system(s)’....Tobias Geerinckx-Rice
2018-01-08linux-boot: Add #:on-error for initrd error handling....Ludovic Courtès
2017-12-16linux-boot: Add make-static-device-nodes....Danny Milosavljevic
2017-12-02linux-boot: Remove unneeded import....Ludovic Courtès
2017-11-29linux-boot: Ensure /etc exists on the root file system....Ludovic Courtès
2017-11-08build: Use overlayfs instead of unionfs....Hartmut Goebel
2017-10-11file-systems: 'mount-file-system' now takes a <file-system> object....Ludovic Courtès