src/hg/instinct/webUserAdmin/makefile 1.2

1.2 2010/04/23 20:53:58 sbenz
Added batchLetter copy to makefile
Index: src/hg/instinct/webUserAdmin/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/webUserAdmin/makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/instinct/webUserAdmin/makefile	21 Aug 2009 16:09:38 -0000	1.1
+++ src/hg/instinct/webUserAdmin/makefile	23 Apr 2010 20:53:58 -0000	1.2
@@ -12,8 +12,9 @@
 
 my: compile
 	chmod a+rx $A${EXE}
 	mv $A${EXE} ${CGI_BIN}-signup/$A
+	cp batchLet1.txt ${CGI_BIN}-signup/
 
 compile: $O $(MYLIBS)
 	${CC} ${COPT} -o $A $O $(MYLIBS) $L