head	1.2;
access;
symbols
	Release_2_0_0:1.1.1.1
	Release_1_0_3:1.1.1.1.0.2
	Release_2_0:1.1.1.1
	Release_1_0_2:1.1.1.1
	PG95-1_01:1.1.1.1
	PG95_DIST:1.1.1;
locks; strict;
comment	@# @;


1.2
date	96.10.03.17.27.01;	author momjian;	state dead;
branches;
next	1.1;

1.1
date	96.07.09.06.21.08;	author scrappy;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.07.09.06.21.08;	author scrappy;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Moved them.
@
text
@#!/bin/sh
#
# $Header: /usr/local/cvsroot/postgres95/src/backend/makeID,v 1.1 1996/07/09 06:21:08 scrappy Exp momjian $
#


if test $# -ne 1; then
    echo "usage: $0 PORTNAME"
    exit 1
fi
PORTNAME=$1
 
gfind . port/$PORTNAME -type f  -name '*.[chly]' -print | mkid -S.gen=C - 2>&1 | grep -v 'No scanner for language'



exit 0
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
# $Header: /usr/local/cvsroot/postgres95/postgres95/src/backend/makeID,v 1.1.1.1 1996/07/09 05:31:24 scrappy Exp $
@


1.1.1.1
log
@Postgres95 1.01 Distribution - Virgin Sources
@
text
@@
