File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 1+ How to make a distribution
2+ --------------------------
3+
4+ I have written a new tool to generate the distributions that does not rely on
5+ having a local CVS server --- distr/mkdist.
6+
7+ To use it, you need to specify your CVS work tree, the destination directory
8+ that the distribution will be written to, plus flags. It should be self-
9+ documenting; use:
10+
11+ mkdist --help
12+
13+ ...to get documentation.
14+
15+ It uses .distr files in exactly the same way as the previous mechanism.
16+
17+ The documentation for the old distribution tools follows.
18+
19+ David Given
20+ 21+ 2005-06-25
22+
23+ -----------------------------------------------------------------------------
24+
125How to make a fresh distribution:
226For a distribution you need ".distr" files and RCS files.
327The EM home directory contains a file called ".distr". It contains
Original file line number Diff line number Diff line change @@ -158,6 +158,8 @@ echo "Done."
158158
159159# Revision history
160160# $Log$
161- # Revision 1.1 2005-06-24 22:13:57 dtrg
162- # Created new tool to generate distributions .
161+ # Revision 1.2 2005-06-24 23:19:23 dtrg
162+ # Added new mkdist tool .
163163#
164+ # Revision 1.1 2005/06/24 22:13:57 dtrg
165+ # Created new tool to generate distributions.
You can’t perform that action at this time.
0 commit comments