c92b7ac58ea534772ba25477955105271d72855c chmalee Tue Jul 21 16:14:38 2026 -0700 Fix a couple trackDbLibary typos and bump makefile version number to match actual document version number, refs #37908 diff --git src/hg/htdocs/goldenPath/help/trackDb/makefile src/hg/htdocs/goldenPath/help/trackDb/makefile index 7a4b336788e..b52a3640e60 100644 --- src/hg/htdocs/goldenPath/help/trackDb/makefile +++ src/hg/htdocs/goldenPath/help/trackDb/makefile @@ -1,28 +1,28 @@ kentSrc = ../../../../.. include ../../../../../inc/common.mk CPFLAGS = -p ${CPREMDESTOPT} # copies files to hgwdev or sandbox TDOC_DIR=goldenPath/help/trackDb/ # when hub spec is versioned, increment version (e.g. change v0 to v1 (or v0a)), # checkin new file (e.g. trackDbHub.v1.html), and add to file list -CURRENT_HUB_SPEC=v2 +CURRENT_HUB_SPEC=v3 HUB_SPEC_FILES= trackDbHub.v0.html \ trackDbHub.v1.html \ trackDbHub.v2.html \ trackDbHub.v3.html user: if test -d ${DOCUMENTROOT}-${USER}; then \ ${MAKE} doInstall DEST=${DOCUMENTROOT}-${USER}/${TDOC_DIR}; \ else \ ${MAKE} doInstall DEST=${DOCUMENTROOT}/${TDOC_DIR}; \ fi alpha: ${GITUP}