174d30f5d63b5c167a5af0457d1901a9620ec573 jnavarr5 Tue May 13 16:50:29 2025 -0700 Adding the Gateway and Table Browser tutorials to the Interactive Tutorial popup. Also adding the Help menu link to open the popup on the Gateway and Table Browser pages. Renaming the popup file to something more generic since it is no longer exclusive to hgTracks. Updating the makefile for the popup name change. refs #35716 diff --git src/hg/js/tutorials/makefile src/hg/js/tutorials/makefile index 5ac35780020..f4b9fc4bfad 100644 --- src/hg/js/tutorials/makefile +++ src/hg/js/tutorials/makefile @@ -1,14 +1,14 @@ kentSrc = ../../.. include ../../../inc/common.mk include ../install.mk -SYMLINKED_FILES=basicTutorial.js clinicalTutorial.js hgTracksPopup.js tableBrowserTutorial.js gatewayTutorial.js +SYMLINKED_FILES=basicTutorial.js clinicalTutorial.js tutorialPopup.js tableBrowserTutorial.js gatewayTutorial.js doInstall: @mkdir -p ${DEST}/ ../../utils/cpAndLinkToResourceFiles.pl ${extra} -exclude='makefile' \ -versionFile=../../inc/versionInfo.h -destDir=${DEST} ${SYMLINKED_FILES} # Left this here in case we have static tutorial files in the future # for file in ${STATIC_FILES}; do \ # rsync -a $$file ${DEST}/; \ # done