a176609000f45e89bbf822be16a29ba08db19136 jcasper Mon Jun 24 12:44:17 2024 -0700 Fixing up makefile for JS tutorials directory, no ticket diff --git src/hg/js/tutorials/makefile src/hg/js/tutorials/makefile index af1307d..41bbe81 100644 --- src/hg/js/tutorials/makefile +++ src/hg/js/tutorials/makefile @@ -1,5 +1,14 @@ kentSrc = ../../.. include ../../../inc/common.mk include ../install.mk -# -# + +SYMLINKED_FILES=tutorial.js clinicalTutorial.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