src/hg/js/makefile 1.13
1.13 2009/12/30 20:21:17 larrym
add jquery-ui.js and jquery.contextmenu.js
Index: src/hg/js/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/js/makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -B -U 4 -r1.12 -r1.13
--- src/hg/js/makefile 2 Dec 2009 18:25:33 -0000 1.12
+++ src/hg/js/makefile 30 Dec 2009 20:21:17 -0000 1.13
@@ -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_FILES=jquery-1.2.6.pack.js jquery.js jquery.tablednd.js jquery.imgareaselect.js jquery-ui.js jquery.contextmenu.js
JS_FILES=ajax.js hgTracks.js hui.js utils.js ${JQUERY_FILES}
ifdef LOWELAB
JS_FILES += lowetooltip.js
endif