From 399a3f5c5da6c1a0ae57c99bc3dcbf29a96607dc Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Sun, 12 Oct 2014 18:00:45 -0700 Subject: [PATCH] COMPILING: Zip is used for `make dist` also --- COMPILING.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/COMPILING.adoc b/COMPILING.adoc index c1fd569d..cf106ca2 100644 --- a/COMPILING.adoc +++ b/COMPILING.adoc @@ -96,3 +96,7 @@ Optional software documents. This is used as part of the `make dist` target, to generate the `README.html` file for inclusion with official Zip files. + * 'Zip': The `make dist` target uses Zip to create release archives + for FreeDM, Phase 1, and Phase 2. This can also provide an easy + way to automate generating in-development versions for other + people.