This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Populate metaconfig branch.
[metaconfig.git] / dist-3.0at70b / kit / manifake.man
1 ''' $Id: manifake.man,v 3.0.1.1 1995/05/12 11:58:21 ram Exp $
2 '''
3 '''  Copyright (c) 1991-1993, Raphael Manfredi
4 '''  
5 '''  You may redistribute only under the terms of the Artistic Licence,
6 '''  as specified in the README file that comes with the distribution.
7 '''  You may reuse parts of this distribution only within the terms of
8 '''  that same Artistic Licence; a copy of which may be found at the root
9 '''  of the source tree for dist 3.0.
10 '''
11 ''' $Log: manifake.man,v $
12 ''' Revision 3.0.1.1  1995/05/12  11:58:21  ram
13 ''' patch54: updated my e-mail address
14 '''
15 ''' Revision 3.0  1993/08/18  12:04:33  ram
16 ''' Baseline for dist 3.0 netwide release.
17 '''
18 .TH MANIFAKE 1 ram
19 .SH NAME
20 manifake \- creates a MANIFEST.new out of a MANIFEST file
21 .SH SYNOPSIS
22 .B manifake
23 .SH DESCRIPTION
24 .I Manifake
25 is a real simpleminded program that takes a MANIFEST file, such as one
26 produced by a shar program, and creates a MANIFEST.new file ready to be
27 used by all the dist programs. What it does is that all archive numbers
28 are removed and the optional leading comments up to a dashed-line are
29 thrown away.
30 .PP
31 .I Manifake
32 will typically be used when converting an existing package
33 to use \fImetaconfig\fR or any other dist utility.
34 .SH AUTHOR
35 Raphael Manfredi <ram@hptnos02.grenoble.hp.com>
36 .SH FILES
37 .PD 0
38 .TP 20
39 MANIFEST
40 Original manifest produced by some shar program
41 .TP
42 MANIFEST.new
43 Faked manifest file, suitable for use by any dist programs.
44 .PD
45 .SH "SEE ALSO"
46 makedist(1), metaconfig(1), pat(1).