# HG changeset patch # User Paul Issott # Date 1224456652 0 # Node ID 982bc39a306fe7ff5bd9fdfd7c833436ffb6f020 # Parent c10e5ca45ef18d4ccb4a094e2e34fab530b9c541 en: Update Tazwok Manual diff -r c10e5ca45ef1 -r 982bc39a306f en/doc/manuals/tazwok.en.html --- a/en/doc/manuals/tazwok.en.html Thu Oct 16 20:25:47 2008 +0000 +++ b/en/doc/manuals/tazwok.en.html Sun Oct 19 22:50:52 2008 +0000 @@ -172,6 +172,26 @@

 # tazwok remove package
 
+

build-depends

+

+Build-depends generates a list of packages to build a wok: +

+
 # tazwok build-depends
+
+

cmp|compare

+

+Compares the wok and the cooked packages and generates a report. +Note old .tazpkgs can be deleted with the --remove option: +

+
 # tazwok compare
+ # tazwok compare --remove
+
+

check

+

+Checks the receipts for common errors: +

+
 # tazwok check
+

MAINTAINER