87dbdc612e3d8aeb3a7c564dbdcea1adc77b7e67 jnavarr5 Tue Apr 29 14:40:44 2025 -0700 Staging the Table Browser tutorial. Adding <DIV> sections to the main table browser page for the tutorial. refs #35126 diff --git src/hg/js/tutorials/makefile src/hg/js/tutorials/makefile index b2983956e9a..a27aeae7b56 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 +SYMLINKED_FILES=basicTutorial.js clinicalTutorial.js hgTracksPopup.js tableBrowserTutorial.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