3 # This script will be executed by the 'mkrelease' script to do any tasks
4 # necessary during tarball creation of this project.
6 # It will be executed from the top-level directory of the project.
8 make -C sounds all MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM MENUSELECT_MOH=MOH-FREEPLAY-WAV WGET=wget DOWNLOAD=wget
10 VERSION=`cat .version`
11 sed -i -e "s/ASTERISKVERSION/${VERSION}/" doc/tex/asterisk.tex
12 cd doc/tex && rubber --pdf asterisk.tex