summaryrefslogtreecommitdiff
path: root/build_tools/prep_tarball
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/prep_tarball')
-rwxr-xr-xbuild_tools/prep_tarball4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_tools/prep_tarball b/build_tools/prep_tarball
index 777009a0b..8b4705ea4 100755
--- a/build_tools/prep_tarball
+++ b/build_tools/prep_tarball
@@ -19,11 +19,11 @@ hash unzip 2>&- || { echo >&2 "The unzip application is required but was not fou
cd doc
echo "Downloading the PDF and HTML documentation from the Asterisk wiki (this will take a minute) ..."
-wget https://wiki.asterisk.org/wiki/download/attachments/19005471/Asterisk-Admin-Guide-$branch.pdf
+wget https://wiki.asterisk.org/wiki/download/attachments/19005471/Asterisk-$branch-Reference.pdf
+wget https://wiki.asterisk.org/wiki/download/attachments/19005471/Asterisk-Admin-Guide.pdf
wget https://wiki.asterisk.org/wiki/download/attachments/19005471/Asterisk-Admin-Guide-$branch.html.zip
echo "Extracting HTML Admin Guide"
unzip Asterisk-Admin-Guide-$branch.html.zip
mv AST/ Asterisk-Admin-Guide/
-mv Asterisk-Admin-Guide-$branch.pdf Asterisk-Admin-Guide.pdf
rm -f Asterisk-Admin-Guide-$branch.html.zip
echo "Documentation downloaded. Goodbye!"