From d9d8e5c081f4dae3dbaf8619b71ce890a756ecff Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Thu, 15 Mar 2007 22:36:34 +0000
Subject: [PATCH] Merged revisions 58935 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r58935 | russell | 2007-03-15 17:35:52 -0500 (Thu, 15 Mar 2007) | 2 lines

have prep_tarball attempt to build asterisk.pdf

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@58936 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 build_tools/prep_tarball | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build_tools/prep_tarball b/build_tools/prep_tarball
index c2adefc11d..4d4aa41b82 100755
--- a/build_tools/prep_tarball
+++ b/build_tools/prep_tarball
@@ -6,3 +6,7 @@
 # It will be executed from the top-level directory of the project.
 
 make -C sounds all MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM MENUSELECT_MOH=MOH-FREEPLAY-WAV WGET=wget DOWNLOAD=wget
+
+cd doc
+rubber asterisk.tex 
+cd ..
-- 
GitLab