summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/asciidoc/examples/website/build-website.sh
blob: 153eceea0f1b4cf50d635228b9a213124c86d633 (plain) (blame)
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
#!/bin/sh

VERS="8.1.0"
DATE="2006-10-22"

# Leave the desired layout uncommented.
#LAYOUT=layout1      # Tables based layout.
LAYOUT=layout2     # CSS based layout.

ASCIIDOC_HTML="python ../../asciidoc.py --backend=xhtml11 --conf-file=${LAYOUT}.conf --attribute icons --attribute iconsdir=./images/icons --attribute=badges --attribute=revision=$VERS  --attribute=date=$DATE"

$ASCIIDOC_HTML -a index-only index.txt
$ASCIIDOC_HTML -a toc -a numbered userguide.txt
$ASCIIDOC_HTML -d manpage manpage.txt
$ASCIIDOC_HTML downloads.txt
$ASCIIDOC_HTML latex-backend.txt
$ASCIIDOC_HTML README.txt
$ASCIIDOC_HTML INSTALL.txt
$ASCIIDOC_HTML CHANGELOG.txt
$ASCIIDOC_HTML README-website.txt
$ASCIIDOC_HTML support.txt
$ASCIIDOC_HTML source-highlight-filter.txt
$ASCIIDOC_HTML music-filter.txt
$ASCIIDOC_HTML a2x.1.txt
$ASCIIDOC_HTML asciimath.txt