]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update prep_tarball with new documentation files on the Asterisk wiki
authorMatthew Jordan <mjordan@digium.com>
Wed, 18 Sep 2013 17:22:48 +0000 (17:22 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 18 Sep 2013 17:22:48 +0000 (17:22 +0000)
This will now pull both a command reference for the version being prepared,
as well as an Admin Guide that applies to all versions of Asterisk.

(issue ASTERISK-22439)
Reported by: Olle Johansson
........

Merged revisions 399351 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@399373 65c4cc65-6c06-0410-ace0-fbb531ad65f3

build_tools/prep_tarball

index 777009a0b8f16606509188e801e9aa43cb118d13..8b4705ea4db4081d1cfe63aaf3f04e78534dcba3 100755 (executable)
@@ -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!"