aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-07 16:59:04 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-07 16:59:04 +0000
commit7af8444f25e5825c959b08cf57e6491ca3282935 (patch)
tree2365bf6cbc351aafa2ed641d3f9f237b3e7b664f
parent621f017866da8c3d561bbabb85d2d968f21479ea (diff)
Build the HTML version of the doc files for tarballs, as well
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@96886 f38db490-d61c-443f-a65b-d21fe96a405b
-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