10 lines
109 B
Bash
10 lines
109 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm -rf html/ovqt
|
||
|
WORKDIR=$(pwd)
|
||
|
|
||
|
cd ..
|
||
|
export CURDIR=$(pwd)
|
||
|
cd $WORKDIR
|
||
|
doxygen ovqt.dox -DCURDIR
|