mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-26 00:36:17 +00:00
11298004e9
- Adding new actions for guild missions - Adding the guild option for some actions - Adding the nb_guild_members_needed option for the objectives
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
|