updates.
[silc.git] / README.DIST
index f741abe1140403cfd786fee586c5e22a4c6f9f29..cfd1d98f92404ab9f5ceb4b916c0972860b6125e 100644 (file)
@@ -29,6 +29,14 @@ major.minor.build, for example 0.9.10.  Example:
 This prepares 'client' distribution of version 0.9.15.  The package will 
 have the version 0.9.15 automatically.
 
+NOTE: Those distribution that have RPM spec files you should specify the 
+RPM release version to autodist also by doing the following:
+
+       autodist toolkit 1.1.2 0.fc7
+
+where the "0.fc7" will become the RPM release version.  If you omit the 
+release version the default currently is "0.fc7".
+
 
 Configuring and compiling the distribution
 ==========================================
@@ -71,16 +79,11 @@ directories.  Make sure they are not compiled and does not include any
 extra files.  If you haven't compiled them after the CVS checkout, they do
 not include any extra files.
 
-NOTE for 'toolkit' distribution:  Before giving make dist the following
-must be done:
-
-       go to util/robodoc/
-       give ./configure;make to compile robodoc
-       go to doc/
-       give make toolkit-ref-html
+NOTE for 'toolkit' distribution:  Running ./configure for toolkit 
+distribution is not necessary.  Toolkit is packaged simply by giving 
+command:
 
-This then creates the Toolkit reference manual.  After this the toolkit 
-distribution can be packaged.
+       makedist
 
 
 Before releasing the distribution