head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	98.02.20.20.07.47;	author regan;	state Exp;
branches;
next	1.3;

1.3
date	98.02.20.19.48.17;	author regan;	state Exp;
branches;
next	1.2;

1.2
date	98.02.20.19.31.24;	author regan;	state Exp;
branches;
next	1.1;

1.1
date	98.02.20.19.29.58;	author regan;	state Exp;
branches;
next	;


desc
@makefile for randimg
@


1.4
log
@Use randimg.cgi
@
text
@#
#	Simple makefile
#
#	The home for this package is on peak.org
#

tar:
	if [ -f /info/cgi-bin/randimg.cgi ] ; then \
	    rm -f randimg.cgi ; \
	    cp /info/cgi-bin/randimg.cgi . ; \
	fi
	rm -f randimg.tar.gz
	cd ..; tar cf randimg.tar randimg
	mv ../randimg.tar .
	gzip -9 randimg.tar
	chmod 555 randimg

install:
	cd webc.src; make install
	make tar
@


1.3
log
@Get an appropriate path
@
text
@d8 3
a10 3
	if [ -f /info/cgi-bin/randimg ] ; then \
	    rm -f randimg ; \
	    cp /info/cgi-bin/randimg . ; \
@


1.2
log
@Initial hack
@
text
@d10 1
a10 1
	    cp randimg . ; \
@


1.1
log
@Initial revision
@
text
@d8 3
a10 3
	if [ -f /nfs/users/u8/a/admin/web.bin/php.pl ] ; then \
	    rm -f php.pl ; \
	    cp /nfs/users/u8/a/admin/web.bin/php.pl . ; \
d12 5
a16 5
	rm -f php.tar.gz
	cd ..; tar cf php.tar php
	mv ../php.tar .
	gzip -9 php.tar
	chmod 555 php.pl
@
