diff --git a/docs/manual/CoreTasks/pack.html b/docs/manual/CoreTasks/pack.html index 28c76ebbc..406ad6060 100644 --- a/docs/manual/CoreTasks/pack.html +++ b/docs/manual/CoreTasks/pack.html @@ -2,14 +2,16 @@
-Packs a file using the GZip or BZip2 algorithm.
+Packs a file using the GZip or BZip2 algorithm. +These tasks do not do any dependency checking; the output file is +always generated
src | -the file to gzip. | +the file to gzip/bzip. | Yes |
tofile | +zipfile | the destination file. | Yes |
-
<gzip src="test.tar" tofile="test.tar.gz" +
<gzip src="test.tar" zipfile="test.tar.gz" />
-
<bzip2 src="test.tar" tofile="test.tar.bz2" +
<bzip2 src="test.tar" zipfile="test.tar.bz2" />