mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2025-01-07 08:25:22 +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
121 B
Bash
Executable file
9 lines
121 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -rf html/tool
|
|
WORKDIR=$(pwd)
|
|
|
|
cd ../../tool
|
|
export CURDIR=$(pwd)
|
|
cd $WORKDIR
|
|
doxygen neltools.dox -DCURDIR
|