head	0.4;
access;
symbols
	REL_0_3:0.3.0.1
	ANDREW_JOLLY:0.3.0;
locks; strict;
comment	@# @;


0.4
date	94.09.14.01.08.08;	author andrew;	state Exp;
branches;
next	0.3;

0.3
date	94.09.04.00.51.25;	author andrew;	state Exp;
branches
	0.3.0.1;
next	;

0.3.0.1
date	94.09.04.00.51.26;	author andrew;	state Exp;
branches;
next	;


desc
@@


0.4
log
@Paul's changes to make ultrix4 port works. (from mariposa)
@
text
@#
# Build and install postgres.
#
# You have to cd into doc/ and ref/ by hand to make them.  They are
# not done automatically because they depend on groff, which you may not
# have installed.
# Formatted copies of the documents are already made in ../{doc,ref}
# for you.
#

SUBDIR= backend libpq bin test

.include <postgres.subdir.mk>

bigtags:
	cd ${.CURDIR}; \
	rm -f TAGS; \
	for i in backend libpq bin; do \
	  find $$i \( -name '*.[chy]' -o -name '*.gen' -o -name '*.lex' \) \
	    -print | xargs etags -a ; \
	done
@


0.3
log
@Initial revision
@
text
@d11 1
a11 1
SUBDIR= backend libpq bin 
d16 2
a17 1
	rm -f TAGS
d19 2
a20 2
	  (find $$i \( -name '*.[chy]' -o -name '*.gen' -o -name '*.lex' \) \
		-print | xargs etags -t -a); \
@


0.3.0.1
log
@POSTGRES LITE   (c) 1994 Andrew Yu and Jolly Chen
@
text
@@
