]> git.street.me.uk Git - andy/viking.git/blob - win32/installer-wine.sh
Some spelling fixes in a comment
[andy/viking.git] / win32 / installer-wine.sh
1 #!/bin/bash
2 # License: CC0
3
4 # 'make dist' stuff
5 # ensure we have the latest changelog
6 ../maintainer/git2changelog.sh > cache/ChangeLog.txt
7
8 # ensure we have the help PDF
9 pushd ../help/
10 make get-icons
11 pushd C
12 dblatex viking.xml
13 popd
14 popd
15
16 if [ ! -e installer/bin ]; then
17         mkdir installer/bin
18 fi
19
20 wine cmd.exe /c installer.bat