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