From 59f2d32d33f143a9b908bb5464f3bc423c0049ee Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Mon, 7 Jan 2008 16:59:04 +0000
Subject: [PATCH] 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
---
 build_tools/prep_tarball | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab