aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools/prep_tarball
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-15 22:35:52 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-15 22:35:52 +0000
commit66242cbfde3c54d7e672d8293d964da780209605 (patch)
tree981b1795e6948b4a2f650243ae0b7d28a58a7bc0 /build_tools/prep_tarball
parent543bd0740253a8d6e5076568c3b09553f0aa96f6 (diff)
have prep_tarball attempt to build asterisk.pdf
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@58935 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools/prep_tarball')
-rwxr-xr-xbuild_tools/prep_tarball4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_tools/prep_tarball b/build_tools/prep_tarball
index c2adefc11..4d4aa41b8 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 ..