src/hg/js/makefile 1.11
1.11 2009/08/13 06:51:52 larrym
fix typo of previous checkin (change to use cpJsFiles.pl)
Index: src/hg/js/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/js/makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/hg/js/makefile 13 Aug 2009 06:47:10 -0000 1.10
+++ src/hg/js/makefile 13 Aug 2009 06:51:52 -0000 1.11
@@ -3,9 +3,9 @@
CVSUP = cvs -q update
# recursive target to do install to DEST, with extra excludes EXCL.
-JQUERY_FILES=jquery-1.2.6.pack.js jquery.js jquery.tablednd.js jquery.imgareaselect.js jquery.contextmenu.r2.js jquery-ui.js
+JQUERY_FILES=jquery-1.2.6.pack.js jquery.js jquery.tablednd.js jquery.imgareaselect.js
JS_FILES=ajax.js hgTracks.js hui.js utils.js ${JQUERY_FILES}
user:
${MAKE} doInstall DEST=${DOCUMENTROOT}/js/${USER}