From 0e57f0c510b7d7eb688695359048a1f0a585e26a Mon Sep 17 00:00:00 2001 From: rmanfredi Date: Thu, 24 Aug 2006 12:32:52 +0000 Subject: Moving project to sourceforge. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@1 2592e710-e01b-42a5-8df0-11608a6cc53d --- kit/manifake.man | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 kit/manifake.man (limited to 'kit/manifake.man') diff --git a/kit/manifake.man b/kit/manifake.man new file mode 100644 index 0000000..9ec2754 --- /dev/null +++ b/kit/manifake.man @@ -0,0 +1,46 @@ +''' $Id: manifake.man,v 3.0.1.1 1995/05/12 11:58:21 ram Exp ram $ +''' +''' 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 +.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). -- cgit v1.2.3 From f8465795cd1398d8150f7d80099e9a0182cb9b29 Mon Sep 17 00:00:00 2001 From: rmanfredi Date: Fri, 25 Aug 2006 21:39:07 +0000 Subject: Added keyword substitution property. git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@3 2592e710-e01b-42a5-8df0-11608a6cc53d --- kit/manifake.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kit/manifake.man') diff --git a/kit/manifake.man b/kit/manifake.man index 9ec2754..bfad581 100644 --- a/kit/manifake.man +++ b/kit/manifake.man @@ -1,4 +1,4 @@ -''' $Id: manifake.man,v 3.0.1.1 1995/05/12 11:58:21 ram Exp ram $ +''' $Id$ ''' ''' Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi ''' -- cgit v1.2.3 From d527baa7163e2a896b69c9e7eff90607cc145059 Mon Sep 17 00:00:00 2001 From: Raphael Manfredi Date: Sat, 13 May 2017 22:47:48 +0200 Subject: Updated places listing obsolete email addresses of mine. --- kit/manifake.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kit/manifake.man') diff --git a/kit/manifake.man b/kit/manifake.man index bfad581..8c76ba7 100644 --- a/kit/manifake.man +++ b/kit/manifake.man @@ -32,7 +32,7 @@ thrown away. will typically be used when converting an existing package to use \fImetaconfig\fR or any other dist utility. .SH AUTHOR -Raphael Manfredi +Raphael Manfredi .SH FILES .PD 0 .TP 20 -- cgit v1.2.3 From 607d9bfd575f3cf99789042a232669951f24a562 Mon Sep 17 00:00:00 2001 From: Dominic Hargreaves Date: Mon, 21 May 2018 11:05:13 +0200 Subject: Fix man page comment schema (#17) The commenting scheme used in the man pages was three consecutive single quotes (`'''') at the beginning of a line. his works, but `gtroff' gives a warning about an undefined macro (namely `'''), which is harmless, but irritating. To avoid this, this commit changes the schema to start the line with `.\"' which causes the line to be treated as an undefined request and thus ignored completely. Signed-off-by: Manoj Srivastava [updated to current dist by Dominic Hargreaves ] --- kit/manifake.man | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'kit/manifake.man') diff --git a/kit/manifake.man b/kit/manifake.man index 8c76ba7..0b79d2e 100644 --- a/kit/manifake.man +++ b/kit/manifake.man @@ -1,20 +1,20 @@ -''' $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. -''' +.\" $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 -- cgit v1.2.3