d2048cbe73d85979b6975c2890c2dbc6342b6e3c
chmalee
  Fri Jul 9 11:41:38 2021 -0700
Moving hubPublicMail and browserRace utilities to the script section of the utils/makefile so make works

diff --git src/utils/makefile src/utils/makefile
index 26da628..546181d 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -139,35 +139,31 @@
 	htmlPics \
 	jkUniq \
 	lineCount \
 	nt4Frag \
 	pslToXa \
 	scrambleFa \
 	subs \
 	tableSum \
 	textHist2 \
 	udcCleanup \
 	undupFa \
 	upper \
 	vcfFilter \
 	venn \
 	verticalSplitSqlTable \
-	weedLines \
-	hubPublicMail \
-	browserRace
-
-
+	weedLines
 
 # list of scripts to install
 
 USER_APP_SCRIPTS = \
 	bedJoinTabOffset.py \
 	expMatrixToBarchartBed \
 	barChartMaxLimit \
 	ucscApiClient \
 	tdbRename \
 	tdbSort \
 	webSync \
 	chromToUcsc \
 	bigHeat
 
 SCRIPT_FILES = \
@@ -197,30 +193,32 @@
 	ggMsrToTab \
 	ggPidToTab \
 	ggPpiToTab \
 	ggSpfToTab \
 	bedNamePickFirst \
 	bedBestTranscript \
 	genePredToBed \
 	cgiSmokeTest \
 	phegenToBed \
 	doLocusName \
 	cancerMafToBigBed \
 	pq \
 	bedAppendPaperInfo \
 	googleSheetToBigBed \
 	doClinvarLift \
+	hubPublicMail \
+	browserRace \
 	${USER_APP_SCRIPTS}
 
 # List of all directories to build
 
 ALL_APPS = $(UTILS_APPLIST) $(UCSC_APPS)
 
 # all: builds all utilities here
 
 all: $(ALL_APPS:%=%.all)
 
 %.all:
 	cd $* && echo $* && $(MAKE)
 
 # userAppsB: builds the user application specific programs
 # it would have been nice to be able to use the target name 'userApps'