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