Update of /cvsroot/woc/woc/bin/index
In directory usw-pr-cvs1:/tmp/cvs-serv10706/index
Modified Files:
Makefile.am
Log Message:
Install binaries in correct dirs.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/woc/woc/bin/index/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Makefile.am 20 Jul 2002 14:25:32 -0000 1.2
--- Makefile.am 15 Aug 2002 10:27:56 -0000 1.3
***************
*** 1,2 ****
--- 1,4 ----
+ bindir=${prefix}/bin/index
+
bin_SCRIPTS = \
woclist.sh \
***************
*** 5,7 ****
update.sh
! CLEANFILES = $(bin_SCRIPTS)
\ No newline at end of file
--- 7,9 ----
update.sh
! CLEANFILES = $(bin_SCRIPTS)
|