aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: de024aeaa5c225b5dc0dbea32d53d9b845ed9279 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/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
/commit/gnu/home?id=193f547ca35eb49ef57bd9a25b67cb3965f10b03'>gnu: home: services: Add home-znc-service-type....Jan (janneke) Nieuwenhuizen 2023-03-16gnu: home: services: Add home-ssh-agent-service-type....Jan (janneke) Nieuwenhuizen 2023-03-16home: services: Add home-unclutter-service-type....conses 2023-03-05home: services: Add 'pulseaudio-rtp-sink' and 'pulseaudio-rtp-source'....Ludovic Courtès 2023-01-31home: services: fontutils: Add service value....Giacomo Leidi 2023-01-09home: environment-variables: Fix escaping....Andrew Tropin 2023-01-09home: environment-variables: Return support for file-likes and gexps....Andrew Tropin 2023-01-05home: shells: Do not escape backslashes in single-quoted strings....Ludovic Courtès 2023-01-05system: Define default 'PS1' in /etc/bashrc rather than ~/.bashrc....Ludovic Courtès 2023-01-05system, home: Factorize default '.bashrc'....Ludovic Courtès 2023-01-05home: services: environment-variables: Add support for literal strings....Ludovic Courtès 2023-01-03guix: Fix typos....jman 2022-12-23home: xdg: Add with-imported-modules to xdg activation script....Andrew Tropin 2022-12-19home: xdg: Make it possible to extend user-directories service....Andrew Tropin 2022-12-02home: services: Use 'match-record' instead of 'match'....Ludovic Courtès 2022-12-01home: xdg: Export xdg-base/user-directories getters....Andrew Tropin 2022-11-18home: services: redshift: Add 'configuration' action....Ludovic Courtès 2022-11-17Fix problems initially introduced in commit 543d971ed2, now reinstated....Maxim Cournoyer 2022-11-17Revert "services: configuration: Revert to a working ‘guix home’."...Maxim Cournoyer 2022-11-13services: configuration: Revert to a working ‘guix home’....Tobias Geerinckx-Rice 2022-11-15services: mcron: Add log? and log-format fields to mcron-configuration....Maxim Cournoyer 2022-10-17home: dbus: Inherit environment variables from shepherd....Andrew Tropin 2022-10-17home: dbus: Remove unecessary list call....Andrew Tropin 2022-10-14home: home-dbus-service-type: Fix make-forkexec-constructor call....( 2022-10-13gnu: home: Add home-dbus-service-type....( via Guix-patches via 2022-10-04home: Add home-batsignal-service-type....( via Guix-patches via