From 2fc431b373fc9024a9a657e80500aba84b464653 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 16 Mar 2007 01:12:40 +0000 Subject: [PATCH] Add the --pdf option to the usage of rubber in prep_tarball git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@58953 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- build_tools/prep_tarball | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build_tools/prep_tarball b/build_tools/prep_tarball index 4d4aa41b82..b5b64a24ee 100755 --- a/build_tools/prep_tarball +++ b/build_tools/prep_tarball @@ -7,6 +7,4 @@ 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 .. +cd doc && rubber --pdf asterisk.tex