4c11eb65296e0ced1b61b7b85de541b1b92a119b gperez2 Tue Apr 29 17:12:55 2025 -0700 Updating the makefile and adding gatewayTutorial.js for the Gateway interactive tutorial, refs #34938 diff --git src/hg/js/tutorials/makefile src/hg/js/tutorials/makefile index b2983956e9a..e648202629e 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 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