diff --git a/doc.html b/doc.html
index d6aa649..f585e89 100644
--- a/doc.html
+++ b/doc.html
@@ -551,13 +551,41 @@ $ cd gmqcc
testsuite |
Builds the testsuite for GMQCC |
+
+ check, test |
+ Build and executes the testsuite for GMQCC |
+
+
+ pak |
+ Builds the pak utility |
+
+
+ splint |
+ Runs splint (static analysis) on the source |
+
+
+ gource |
+ Runs gource visualization on the source |
+
+
+ gource-record |
+ Runs gource visualization and produces a rendered mp4 |
+
+
+ depend |
+ Builds dependinces into the Makefile |
+
all |
- Builds gmqcc, qcvm, and testsuite |
+ Builds gmqcc, qcvm, pak, and testsuite |
install |
- Installs gmqcc to /usr/local/ |
+ Installs gmqcc, qcvm, and documentaion |
+
+
+ uninstall |
+ Uninstalls gmqcc, qcvm, and documentation |
check |