1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-02-25 02:51:30 +00:00

10 lines
245 B
Bash
Raw Normal View History

2010-02-20 18:51:54 +00:00
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