mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-06 07:19:05 +00:00
9 lines
107 B
Bash
Executable file
9 lines
107 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -rf html/nel
|
|
WORKDIR=$(pwd)
|
|
|
|
cd ..
|
|
export CURDIR=$(pwd)
|
|
cd $WORKDIR
|
|
doxygen nel.dox -DCURDIR
|