mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
Build from the root directory
Move all the GNU build files to the root directory so that we look like a normal *NIX-centric project. Thanks to Viktor Krikrun for an initial patch here. For this commit, I ended up redoing the move from scratch to separate out this move from other changes.
This commit is contained in:
9
libs/libzrtp/create_docs.sh
Executable file
9
libs/libzrtp/create_docs.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
cd ../../doc
|
||||
rm -f docs.tar.gz
|
||||
rm -rf libzrtp-doc
|
||||
echo "=================> start doxygen."
|
||||
doxygen > /dev/null 2>&1
|
||||
mkdir libzrtp-doc
|
||||
cp -Rf ./out/html/* ./libzrtp-doc
|
||||
tar -zcvf ./libzrtp-doc.tar.gz ./libzrtp-doc >> /dev/null
|
||||
rm -rf libzrtp-doc
|
Reference in New Issue
Block a user