Update of /cvsroot/woc/woc/bin
In directory usw-pr-cvs1:/tmp/cvs-serv28633
Modified Files:
Makefile.am
Log Message:
Added scripts for autodownloading of 3D coords files
from the NCI database.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/woc/woc/bin/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Makefile.am 20 Jul 2002 09:34:26 -0000 1.1
--- Makefile.am 20 Jul 2002 14:50:34 -0000 1.2
***************
*** 1,4 ****
PREFIX="@prefix@"
! SUBDIRS= index
EXTRA_DIST=
--- 1,4 ----
PREFIX="@prefix@"
! SUBDIRS= index download
EXTRA_DIST=
|