From ae8e8175c237be0181f51d450c6473faf7f395a2 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 22 Apr 2005 00:07:27 +0000 Subject: [PATCH] updates. --- apps/autodist/doc/autodist.texi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/autodist/doc/autodist.texi b/apps/autodist/doc/autodist.texi index 8b797ab..9952271 100644 --- a/apps/autodist/doc/autodist.texi +++ b/apps/autodist/doc/autodist.texi @@ -1356,7 +1356,7 @@ distribution. However, the source files, or any other file (except files ending with '.ad' suffix) are not processed by the Autodist. When compiling your sources the preprocessor, however, will respect your distdef -conditionals inside your source files if you include the distdef header +conditionals inside your source files if you '#include' the distdef header file. This way, even the compiled binaries will be compiled for that distribution, even though the source files has not yet been processed by the Autodist. Rest of the files in the distribution will be processed @@ -1365,6 +1365,12 @@ the distribution you have prepared will behave in your source tree exactly the same way as if it was already packaged with Autodist (providing that you remember to include the distdef header file in your code). +When preparing the source tree Autodist will create a file 'autodist.dist' +which will contain information on the prepared distribution. When +Creating the distribution that file will be read by the Autodist +automatically. That file should not be removed or the distribution +cannot be packaged. + @menu * Creating distribution:: Creating distribution with Autodist @end menu -- 2.24.0