summaryrefslogtreecommitdiff
path: root/build_tools/prep_tarball
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-01-07 16:59:04 +0000
committerRussell Bryant <russell@russellbryant.com>2008-01-07 16:59:04 +0000
commit59f2d32d33f143a9b908bb5464f3bc423c0049ee (patch)
tree2365bf6cbc351aafa2ed641d3f9f237b3e7b664f /build_tools/prep_tarball
parentc6d573c83696f7d7542c6c7d2d8cb0e2dd57962f (diff)
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
Diffstat (limited to 'build_tools/prep_tarball')
-rwxr-xr-xbuild_tools/prep_tarball2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/prep_tarball b/build_tools/prep_tarball
index 5353bb4bf..5877a8a7b 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