mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-04-01 23:41:20 +00:00
More website changes
This commit is contained in:
parent
56c0fa48c8
commit
ded22d9347
1 changed files with 30 additions and 2 deletions
32
doc.html
32
doc.html
|
@ -551,13 +551,41 @@ $ cd gmqcc
|
|||
<td>testsuite</td>
|
||||
<td>Builds the testsuite for GMQCC</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>check, test</td>
|
||||
<td>Build and executes the testsuite for GMQCC</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>pak</td>
|
||||
<td>Builds the pak utility</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>splint</td>
|
||||
<td>Runs splint (static analysis) on the source</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>gource</td>
|
||||
<td>Runs gource visualization on the source</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>gource-record</td>
|
||||
<td>Runs gource visualization and produces a rendered mp4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>depend</td>
|
||||
<td>Builds dependinces into the Makefile</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>all</td>
|
||||
<td>Builds gmqcc, qcvm, and testsuite</td>
|
||||
<td>Builds gmqcc, qcvm, pak, and testsuite</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>install</td>
|
||||
<td>Installs gmqcc to /usr/local/</td>
|
||||
<td>Installs gmqcc, qcvm, and documentaion</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>uninstall</td>
|
||||
<td>Uninstalls gmqcc, qcvm, and documentation</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>check</td>
|
||||
|
|
Loading…
Reference in a new issue