From 3357366474ad27c72b2f26c759f85c5d34dbdc84 Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 2 Jul 2007 22:27:46 +0000 Subject: * Move LaTeX docs into a tex/ subdirectory of the doc/ dir * Add a Makefile in doc/tex/ for generating PDF and HTML * Add a README.txt file to doc/tex/ to document which tools are used and what web sites to visit for getting them. * Update build_tools/prep_tarball to put the proper Asterisk version string in the automatically generated PDF for release tarballs git-svn-id: http://svn.digium.com/svn/asterisk/trunk@72982 f38db490-d61c-443f-a65b-d21fe96a405b --- build_tools/prep_tarball | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build_tools/prep_tarball') diff --git a/build_tools/prep_tarball b/build_tools/prep_tarball index dbdbd46b2..d8a55be3d 100755 --- a/build_tools/prep_tarball +++ b/build_tools/prep_tarball @@ -9,4 +9,6 @@ make -C sounds all MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM MENUSELECT_MOH=MOH- make menuselect-tree -cd doc && rubber --pdf asterisk.tex +VERSION=`cat .version` +sed -i -e "s/ASTERISKVERSION/${VERSION}/" doc/tex/asterisk.tex +cd doc/tex && rubber --pdf asterisk.tex -- cgit v1.2.3