updates.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 17 Apr 2005 15:25:24 +0000 (15:25 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 17 Apr 2005 15:25:24 +0000 (15:25 +0000)
README.DIST
apps/autodist/TODO [new file with mode: 0644]
distdir/autodist

index e5264ef8fdfa5e0994b1c84b95012778bafb6f5b..f741abe1140403cfd786fee586c5e22a4c6f9f29 100644 (file)
@@ -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 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
 ======================
 
 
 
 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 <name> <version>
 
 
        autodist <name> <version>
 
diff --git a/apps/autodist/TODO b/apps/autodist/TODO
new file mode 100644 (file)
index 0000000..aee5459
--- /dev/null
@@ -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.
index 0aa0831ffa373a3950e67879878fb72c9f81fc4e..15dd9d2f53f2e58adeb44723de1204a35adc06c2 100644 (file)
@@ -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/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 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
 
 
 noprocess apps/autodist/doc apps/autodist/tests