mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2025-01-14 18:45:34 +00:00
be9704a768
TODO: add files to database TODO: hash folder to stick files in
9 lines
109 B
Bash
9 lines
109 B
Bash
#!/bin/sh
|
|
|
|
rm -rf html/ovqt
|
|
WORKDIR=$(pwd)
|
|
|
|
cd ..
|
|
export CURDIR=$(pwd)
|
|
cd $WORKDIR
|
|
doxygen ovqt.dox -DCURDIR
|