]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Document genmod.sh
authorterencehill <piuntn@gmail.com>
Tue, 23 Jun 2020 10:47:46 +0000 (12:47 +0200)
committerterencehill <piuntn@gmail.com>
Tue, 23 Jun 2020 10:47:46 +0000 (12:47 +0200)
qcsrc/tools/genmod.sh

index a8ac4a0e85a7533dbc78ff08ba450e8935322d9e..a8dd08de57c838fccf84d20e5f0098938e8cd7ee 100755 (executable)
@@ -1,5 +1,9 @@
 #!/usr/bin/env bash
 set -eu
+
+# This script creates / updates the _mod.qc / _mod.qh / _mod.inc files based on
+# the qc / qh files present in the qcsrc folder.
+
 cd ${0%/*}
 cd ..
 ROOT=$PWD/