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 MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM MENUSELECT_MOH=MOH-OPSOUND-WAV WGET=wget DOWNLOAD=wget all
9 make AWK=awk GREP=grep menuselect-tree
11 if ! which wikiexport.py 2>&1 > /dev/null ; then
13 echo "wikiexport.py not found in \${PATH}."
15 echo "Please add repotools into PATH."
16 echo " $ svn co http://svn.asterisk.org/svn/repotools"
22 echo "Exporting Asterisk wiki to a PDF (this will take a minute) ..."
24 echo "Converting wiki export PDF to plain text ..."