src/utils/qa/makefile 1.124
1.124 2010/06/04 01:41:19 rhead
Added findBrokenLinks.csh and a comment about how to install in /cluster/bin/scripts since Hiram changed the SCRIPTS defined in common.mk.
Index: src/utils/qa/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/makefile,v
retrieving revision 1.123
retrieving revision 1.124
diff -b -B -U 4 -r1.123 -r1.124
--- src/utils/qa/makefile 9 Apr 2010 00:18:06 -0000 1.123
+++ src/utils/qa/makefile 4 Jun 2010 01:41:19 -0000 1.124
@@ -1,6 +1,8 @@
include ../../inc/common.mk
-# ${SCRIPTS} is /cluster/bin/scripts (defined in kent/src/inc/common.mk)
+# ${SCRIPTS} is ${HOME}/bin/scripts (defined in kent/src/inc/common.mk)
+# to install in /cluster/bin/scripts/, run in this directory:
+# make SCRIPTS=/cluster/bin/scripts
install:
${CVS} -q up -d -P .
@@ -54,8 +56,9 @@
cp -p --remove-destination dumpEmpty.csh ${SCRIPTS}
cp -p --remove-destination findDbPartners.csh ${SCRIPTS}
cp -p --remove-destination findBigFiles.csh ${SCRIPTS}
cp -p --remove-destination findBlatServer.csh ${SCRIPTS}
+ cp -p --remove-destination findBrokenLinks.csh ${SCRIPTS}
cp -p --remove-destination findColumn.csh ${SCRIPTS}
cp -p --remove-destination findKgTableSet.csh ${SCRIPTS}
cp -p --remove-destination findLevel ${SCRIPTS}
cp -p --remove-destination findMtNets.csh ${SCRIPTS}