[asterisk-commits] mjordan: branch 11 r399373 - in /branches/11: ./ build_tools/prep_tarball
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Sep 18 12:22:50 CDT 2013
Author: mjordan
Date: Wed Sep 18 12:22:48 2013
New Revision: 399373
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=399373
Log:
Update prep_tarball with new documentation files on the Asterisk wiki
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
Modified:
branches/11/ (props changed)
branches/11/build_tools/prep_tarball
Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/11/build_tools/prep_tarball
URL: http://svnview.digium.com/svn/asterisk/branches/11/build_tools/prep_tarball?view=diff&rev=399373&r1=399372&r2=399373
==============================================================================
--- branches/11/build_tools/prep_tarball (original)
+++ branches/11/build_tools/prep_tarball Wed Sep 18 12:22:48 2013
@@ -19,11 +19,11 @@
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!"
More information about the asterisk-commits
mailing list