head	1.1;
access;
symbols;
locks;
comment	@# @;


1.1
date	98.02.23.14.43.37;	author root;	state Exp;
branches;
next	;


desc
@utilitrio para criar o indice da biblioteca
@


1.1
log
@Initial revision
@
text
@#!/usr/local/pgsql/bin/pgtksh -f
#
# This is only used to make the library tclIndex, during installation
#
auto_mkindex . *.tcl
exit
@
