aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: de024aeaa5c225b5dc0dbea32d53d9b845ed9279 (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
gnu: Add torbrowser.Clément Lassieur 2023-12-10gnu: tor: Update to 0.4.8.10.Efraim Flashner 2023-11-15gnu: tor: Update to 0.4.8.9 [security fixes].André Batista 2023-11-09gnu: tor: Update to 0.4.8.8 [fixes TROVE-2023-004].André Batista 2023-10-24gnu: tor: Update to 0.4.8.7.André Batista 2023-09-18gnu: tor: Update to 0.4.8.6.Efraim Flashner 2023-09-14gnu: tor: Update to 0.4.8.5.fanquake 2023-08-16gnu: tor: Update to 0.4.7.14.fanquake 2023-07-02gnu: privoxy: Update to 3.0.34.Tobias Geerinckx-Rice 2023-02-14gnu: onionshare: Update to 2.6.Eric Bavier 2023-01-28gnu: tractor: Update to 4.1.1.Danial Behzadi 2023-01-15gnu: tor: Update to 0.4.7.13 [fixes TROVE-2022-002].André Batista 2022-12-21gnu: tractor: Use gexp.Ricardo Wurmus 2022-12-21gnu: tractor: Update to 4.0.Danial Behzadi 2022-12-19gnu: tor: Update to 0.4.7.12.Efraim Flashner 2022-11-15gnu: torsocks: Add release-monitoring-url.Efraim Flashner 2022-11-10gnu: tor: Update to 0.4.7.11.Efraim Flashner 2022-10-31gnu: Fix various lint issues in synopsis and descriptions.Vagrant Cascadian 2022-08-15gnu: torsocks: Wrap lines.Mathieu Othacehe 2022-08-15gnu: torsocks: Update to 2.4.0.Jim Newsome 2022-08-07gnu: tor: Update to 0.4.7.10.Tobias Geerinckx-Rice