40f20ce8c18dd2f74317edb2f290ea4c46ab7ab3 greg Tue Aug 23 14:25:48 2011 -0700 added jquery.cookie.js to make file; is to be used for hgHubConnect diff --git src/hg/js/makefile src/hg/js/makefile index 63434bc..2aa1ecd 100644 --- src/hg/js/makefile +++ src/hg/js/makefile @@ -1,22 +1,23 @@ include ../../inc/common.mk # 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-ui.js jquery.contextmenu.js \ - jquery.autocomplete.js ui.core.js ui.dropdownchecklist.js + jquery.autocomplete.js ui.core.js ui.dropdownchecklist.js \ + jquery.cookie.js JS_FILES=ajax.js autocomplete.js hgGateway.js hgHubConnect.js hgTracks.js \ hui.js utils.js ddcl.js ${JQUERY_FILES} STATIC_FILES=staticDoc.js jquery.js ifdef LOWELAB JS_FILES += lowetooltip.js loweautocomplete.js endif user: if test -d ${DOCUMENTROOT}-${USER}; then \ ${MAKE} doInstall DEST=${DOCUMENTROOT}-${USER}/js/${USER}; \ cp ${STATIC_FILES} ${DOCUMENTROOT}-${USER}/js; \ else \