#!/bin/bash

set -e

CDIR=$(pwd)

cd ../../CWrapper/cwrapper/doc
doxygen
cd latex
make

cd $CDIR

zip -r cwrapper-doc.zip example html pdf

