#!/bin/sh # filter source from BDM this_dir=`pwd` cd doc/from_bdm ./make_all.sh cd $this_dir # create doc for this documentation doxygen # correct links in the referenced documentation from bdm cd doc/html/ ./installdox -l BDM.tag@bdm_doc cd $this_dir