Added new mkdist tool.
This commit is contained in:
parent
adb3cc5523
commit
754267f0bd
2 changed files with 28 additions and 2 deletions
24
distr/How_To
24
distr/How_To
|
@ -1,3 +1,27 @@
|
||||||
|
How to make a distribution
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
I have written a new tool to generate the distributions that does not rely on
|
||||||
|
having a local CVS server --- distr/mkdist.
|
||||||
|
|
||||||
|
To use it, you need to specify your CVS work tree, the destination directory
|
||||||
|
that the distribution will be written to, plus flags. It should be self-
|
||||||
|
documenting; use:
|
||||||
|
|
||||||
|
mkdist --help
|
||||||
|
|
||||||
|
...to get documentation.
|
||||||
|
|
||||||
|
It uses .distr files in exactly the same way as the previous mechanism.
|
||||||
|
|
||||||
|
The documentation for the old distribution tools follows.
|
||||||
|
|
||||||
|
David Given
|
||||||
|
dg@cowlark.com
|
||||||
|
2005-06-25
|
||||||
|
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
How to make a fresh distribution:
|
How to make a fresh distribution:
|
||||||
For a distribution you need ".distr" files and RCS files.
|
For a distribution you need ".distr" files and RCS files.
|
||||||
The EM home directory contains a file called ".distr". It contains
|
The EM home directory contains a file called ".distr". It contains
|
||||||
|
|
|
@ -158,6 +158,8 @@ echo "Done."
|
||||||
|
|
||||||
# Revision history
|
# Revision history
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.1 2005-06-24 22:13:57 dtrg
|
# Revision 1.2 2005-06-24 23:19:23 dtrg
|
||||||
# Created new tool to generate distributions.
|
# Added new mkdist tool.
|
||||||
#
|
#
|
||||||
|
# Revision 1.1 2005/06/24 22:13:57 dtrg
|
||||||
|
# Created new tool to generate distributions.
|
||||||
|
|
Loading…
Reference in a new issue