/[d-i]/trunk/installer/doc/manual/build/build.sh
ViewVC logotype

Contents of /trunk/installer/doc/manual/build/build.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14559 - (hide annotations) (download) (as text)
Sat May 1 12:49:03 2004 UTC (9 years ago) by waldi
File MIME type: application/x-sh
File size: 649 byte(s)
installer/doc/manual: Set svn:keywords to "Id".
1 mck-guest 8213 #!/bin/sh
2    
3 joeyh 11659 if [ -z "$languages" ]; then
4     # Please add languages only if they build properly.
5 joeyh 13966 languages="en cs fr ja nl pt_BR de" # es
6 joeyh 11659 fi
7 mck-guest 8213
8 joeyh 11650 if [ -z "$architectures" ]; then
9     architectures="alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"
10     fi
11 mck-guest 8213
12 joeyh 11650 if [ -z "$destination" ]; then
13     destination="/tmp/manual"
14     fi
15 mck-guest 8213
16 joeyh 11650 [ -e "$destination" ] || mkdir -p "$destination"
17    
18 mck-guest 8213 for lang in $languages; do
19     for arch in $architectures; do
20 joeyh 11659 if [ -n "$noarchdir" ]; then
21 joeyh 11655 destsuffix="$lang"
22     else
23     destsuffix="${lang}.${arch}"
24     fi
25 mck-guest 8213 ./buildone.sh "$arch" "$lang"
26 joeyh 11650 mkdir "$destination/$destsuffix"
27     mv *.html "$destination/$destsuffix"
28 mck-guest 8213 ./clear.sh
29     done
30     done

Properties

Name Value
svn:executable *
svn:keywords Id

  ViewVC Help
Powered by ViewVC 1.1.5