src/hg/encode/encodeMkChangeNotes/makefile 1.2

1.2 2010/04/05 18:36:16 krish
added csfasta file type
Index: src/hg/encode/encodeMkChangeNotes/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeMkChangeNotes/makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 1000000 -r1.1 -r1.2
--- src/hg/encode/encodeMkChangeNotes/makefile	15 Mar 2010 22:58:29 -0000	1.1
+++ src/hg/encode/encodeMkChangeNotes/makefile	5 Apr 2010 18:36:16 -0000	1.2
@@ -1,20 +1,19 @@
 # Build encode loader
 
 include ../../../inc/common.mk
 
 SCRIPT_FILES = \
 	encodeMkChangeNotes
 
 all:
 	@${MAKE} --no-print-directory SCRIPTS=${HOME}/bin/scripts scripts
 
 alpha: scripts
 
-install: 
-	@${MAKE} --no-print-directory SCRIPTS=${ENCODE_PIPELINE_BIN} scripts
+install: all
 
 scripts:
 	@for F in ${SCRIPT_FILES}; do \
 	    chmod +x $$F; \
             cp -upv $$F ${SCRIPTS}; \
 	done