65168641c489d8a747a5abf0fce4ed21a4e9a0af kate Wed Feb 29 22:03:10 2012 -0800 Major refactoring. New JS file encodeMatrix.js will be shared by all 3 data matrix apps diff --git src/hg/js/makefile src/hg/js/makefile index f7b72e3..974b7dc 100644 --- src/hg/js/makefile +++ src/hg/js/makefile @@ -1,28 +1,28 @@ 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 \ ui.dropdownchecklist.js \ jquery.cookie.js jquery.watermarkinput.js \ jquery.floatheader.js jquery.rotateTableCellContent.js JS_FILES=ajax.js autocomplete.js hgCustom.js hgGateway.js hgHubConnect.js hgTracks.js \ hui.js utils.js ddcl.js subCfg.js \ - encodeProject.js encodeDataSummary.js encodeDataMatrix.js encodeChipMatrix.js \ + encodeProject.js encodeDataSummary.js encodeDataMatrix.js encodeChipMatrix.js encodeMatrix.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; \ else \ ${MAKE} doInstall DEST=${DOCUMENTROOT}/js/${USER}; \ fi