From 82053c377c132340691c30d0f0909fa18b03a727 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 17 Apr 2005 15:25:24 +0000 Subject: [PATCH] updates. --- README.DIST | 18 +++++------------- apps/autodist/TODO | 6 ++++++ distdir/autodist | 3 ++- 3 files changed, 13 insertions(+), 14 deletions(-) create mode 100644 apps/autodist/TODO diff --git a/README.DIST b/README.DIST index e5264ef8..f741abe1 100644 --- a/README.DIST +++ b/README.DIST @@ -6,24 +6,16 @@ tree and how to package distributions for releasing. This also defines the procedure what one should do when distribution is created for releasing. - -The 'distributions' file -======================== - -The 'distributions' file descibres all distributions that can be created -from the SILC CVS source tree. You should read that file if you want to -learn how to create new distributions. The file already defines the main -distributions that can be created from the soure tree. These are the -'client', 'server' and 'toolkit' distributions. +The distdir/ directory contains all distributions that can be created +from the source tree. The distdir/default cannot be packaged, it must +be used only for development. Preparing distribution ====================== -The SILC CVS source tree must be prepared before it can be configured, -compiled and packaged. The ./prepare script is used to prepare -distribution for configuration, compilation and packaging. To prepare a -specific distribution with specific version, give command: +To prepare a specific distribution with specific version for packaging, +give command: autodist diff --git a/apps/autodist/TODO b/apps/autodist/TODO new file mode 100644 index 00000000..aee54593 --- /dev/null +++ b/apps/autodist/TODO @@ -0,0 +1,6 @@ +TODO In Autodist +================ + +o Autodist should produce output file when 'license-header' is used for + files that _was not_ re-licensed. This would be useful to check if + there are files in the distribution with wrong license. diff --git a/distdir/autodist b/distdir/autodist index 0aa0831f..15dd9d2f 100644 --- a/distdir/autodist +++ b/distdir/autodist @@ -11,8 +11,9 @@ define SILC_DIST_APPS include apps/autodist/INSTALL INSTALL include apps/autodist/AUTHORS AUTHORS include apps/autodist/README README +include apps/autodist/TODO TODO exclude apps/autodist/INSTALL apps/autodist/AUTHORS apps/autodist/README -exclude TODO README.* ltmain.sh +exclude README.* ltmain.sh noprocess apps/autodist/doc apps/autodist/tests -- 2.43.0