Creating tag for the release of asterisk-1.6.0-rc1

git-svn-id: https://origsvn.digium.com/svn/asterisk/tags/1.6.0-rc1@137643 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2008-08-13 23:01:14 +00:00
4 changed files with 12 additions and 47796 deletions

View File

@@ -1 +0,0 @@
35

View File

@@ -1 +0,0 @@
1.6.0-rc1

47787
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@@ -8,11 +8,16 @@
make -C sounds MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM MENUSELECT_MOH=MOH-FREEPLAY-WAV WGET=wget DOWNLOAD=wget all
make AWK=awk GREP=grep menuselect-tree
VERSION=`cat .version`
make_tex_docs() {
# make backup of asterisk.tex because we are going to alter it
cp asterisk.tex asterisk.tex.orig
sed -e "s/ASTERISKVERSION/${VERSION}/" doc/tex/asterisk.tex > doc/tex/asterisk_local.tex
sed -e "s/ASTERISKVERSION/${VERSION}/" asterisk.tex > asterisk_local.tex
mv asterisk_local.tex asterisk.tex
cd doc/tex && rubber --pdf asterisk.tex && latex2html asterisk.tex
rubber --pdf asterisk.tex
latex2html asterisk.tex
# restore backup of asterisk.tex
mv asterisk.tex.orig asterisk.tex
}
VERSION=`cat .version`
cd doc/tex && make_tex_docs