summaryrefslogtreecommitdiff
path: root/build_tools/prep_tarball
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-03-16 01:13:36 +0000
committerRussell Bryant <russell@russellbryant.com>2007-03-16 01:13:36 +0000
commiteeb1350263cb5670d23a00dc90ad429315028a8f (patch)
tree6d8cb7c8b1865f33eedd787427effff58c12eeaa /build_tools/prep_tarball
parent433a7a721c4c79102402ecbea769eb396bb34c9c (diff)
Merged revisions 58953 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r58953 | russell | 2007-03-15 20:12:40 -0500 (Thu, 15 Mar 2007) | 2 lines Add the --pdf option to the usage of rubber in prep_tarball ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@58954 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'build_tools/prep_tarball')
-rwxr-xr-xbuild_tools/prep_tarball4
1 files changed, 1 insertions, 3 deletions
diff --git a/build_tools/prep_tarball b/build_tools/prep_tarball
index 4d4aa41b8..b5b64a24e 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