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:
Travis Cross
2012-06-26 17:58:07 +00:00
parent 670f61be4d
commit fc40475037
16 changed files with 14 additions and 53 deletions

9
libs/libzrtp/create_docs.sh Executable file
View 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