ec9c5bf5f76801b6632ba1907818c70b86139264
chmalee
  Wed Dec 4 08:51:00 2019 -0800
Forgot to add track archive script to utils makefile, refs #24582

diff --git src/hg/utils/makefile src/hg/utils/makefile
index dd34ae4..736a32a 100644
--- src/hg/utils/makefile
+++ src/hg/utils/makefile
@@ -48,30 +48,31 @@
 	oligoMatch \
 	overlapSelect \
 	positionalTblCheck \
 	pslToBigPsl \
 	pslMap \
 	pslMapPostChain \
 	pslRc \
 	tdbQuery \
 	transMapPslToGenePred \
 	twoBitMask
 
 USER_APP_SCRIPTS = \
 	vai.pl
 
 SCRIPT_FILES = \
+	archiveTracks.sh \
 	dbNsfpToBed.pl \
 	dumpDb.pl \
 	mergeOverlapBed4.pl \
 	mergeSortedBed3Plus.pl \
 	mysqlRowSizes.pl \
 	${USER_APP_SCRIPTS}
 
 APP_SCRIPTS = ${SCRIPT_FILES}
 
 # List of directories to build of interest only at UCSC
 DIRS = ${buildRefresh} \
 	automation \
 	blatServersCheck \
 	buildReleaseLog \
 	checkUrlsInTable \