X-Git-Url: http://git.silcnet.org/gitweb/?p=autodist.git;a=blobdiff_plain;f=apps%2Fautodist%2Fdoc%2Fautodist.texi;h=9952271bc5a7cbab529f17131a4e9417fae5b136;hp=8b797ab8de1074362859ff39f739642fff8140fb;hb=ae8e8175c237be0181f51d450c6473faf7f395a2;hpb=660d2e7427434a8ad3a119f3d631cd97f105eb9a 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