Commit 2bff81ca authored by Dominik Charousset's avatar Dominik Charousset

Merge branch 'unstable' of github.com:Neverlord/libcppa into unstable

parents a1a02b1c 1741d6e5
#!/bin/bash
echo "check for folders ..."
if [ ! -d manual ]; then
echo "no manual folder found"
exit
fi
if [ ! -d ../gh-pages ]; then
echo "no gh-pages folder found"
exit
fi
echo "build documentation ..."
make doc &>/dev/null
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment