4c6147a12865ea349d3d35610f9cb43aadd3a366
jnavarr5
  Wed Nov 13 15:27:28 2024 -0800
Updating the name of the first tutorial now that we will be adding more. Making the first tutorial use the global object so I can call it from the new popup window with the rest of the tutorials. Moving a function to clean up the code. Updating the makefile with the new name change, refs #34290

diff --git src/hg/js/tutorials/makefile src/hg/js/tutorials/makefile
index 9e0c980..b298395 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=tutorial.js clinicalTutorial.js hgTracksPopup.js
+SYMLINKED_FILES=basicTutorial.js clinicalTutorial.js hgTracksPopup.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