From: Russell Bryant Date: Mon, 7 Jan 2008 16:59:04 +0000 (+0000) Subject: Build the HTML version of the doc files for tarballs, as well X-Git-Tag: 1.6.0-beta1~3^2~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59f2d32d33f143a9b908bb5464f3bc423c0049ee;p=thirdparty%2Fasterisk.git Build the HTML version of the doc files for tarballs, as well git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@96886 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/build_tools/prep_tarball b/build_tools/prep_tarball index 5353bb4bff..5877a8a7b0 100755 --- a/build_tools/prep_tarball +++ b/build_tools/prep_tarball @@ -10,4 +10,4 @@ make AWK=awk GREP=grep menuselect-tree VERSION=`cat .version` sed -i -e "s/ASTERISKVERSION/${VERSION}/" doc/tex/asterisk.tex -cd doc/tex && rubber --pdf asterisk.tex +cd doc/tex && rubber --pdf asterisk.tex && latex2html asterisk.tex