root/applications/bdmtoolbox/build_doc.sh @ 1044

Revision 1044, 239 bytes (checked in by smidl, 14 years ago)

Tutorial moved to bdmtoolbox

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3# filter source from BDM
4
5$this_dir=pwd
6cd doc/from_bdm
7./make_all
8
9cd $this_dir
10
11# create doc for this documentation
12doxygen
13
14# correct links in the referenced documentation from bdm
15cd doc/html/
16./installdox -l BDM.tag@bdm_doc
Note: See TracBrowser for help on using the browser.