Skip to content

Commit 754267f

Browse files
author
dtrg
committed
Added new mkdist tool.
1 parent adb3cc5 commit 754267f

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

distr/How_To

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
How to make a fresh distribution:
226
For a distribution you need ".distr" files and RCS files.
327
The EM home directory contains a file called ".distr". It contains

distr/mkdist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)