summaryrefslogtreecommitdiff
path: root/build/buildweb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/buildweb.sh')
-rwxr-xr-xbuild/buildweb.sh23
1 files changed, 2 insertions, 21 deletions
diff --git a/build/buildweb.sh b/build/buildweb.sh
index da02a2ee5..1ac40e3e8 100755
--- a/build/buildweb.sh
+++ b/build/buildweb.sh
@@ -46,28 +46,9 @@ for lang in $languages; do
if [ ! -d ../$lang ] && uses_po; then
generate_xml
fi
-
- for arch in $architectures; do
- echo "Architecture: $arch"
- if [ -n "$noarchdir" ]; then
- destsuffix="$lang"
- else
- destsuffix="${arch}"
- fi
- ./buildone.sh "$arch" "$lang" "$formats"
- mkdir -p "$destination/$destsuffix"
- for format in $formats; do
- if [ "$format" = html ]; then
- mv -f ./build.out/html/* "$destination/$destsuffix"
- else
- # Do not fail because of missing PDF support for some languages
- mv -f ./build.out/install.$lang.$format "$destination/$destsuffix/install.$format.$lang" || true
- fi
- done
-
- ./clear.sh
- done
done
+
+make languages="$languages" architectures="$architectures" destination="$destination" formats="$formats" web=1
PRESEED="../en/appendix/preseed.xml"
if [ -f $PRESEED ] && [ -f preseed.pl ] ; then