6f07cab7fdf96c16066566d551fc310d0d8afb52
max
  Tue Mar 1 13:36:13 2016 -0800
for patents track, refs #14486:
- two additional trackDb statements to remove or separate extra fields
of bigBed files in track hubs
- changes to hgc to format extra fields as a table, looks somewhat
nicer
- two scripts to reformat patent tables to bigBed files

diff --git src/utils/makefile src/utils/makefile
index 235a3d4..a26e8b5 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -141,31 +141,33 @@
 	weedLines \
 	wigTestMaker
 
 # list of scripts to install
 
 SCRIPT_FILES = \
         agpToLift \
         bedCollapse.pl \
         bedSingleCover.pl \
         iSync \
         lodToBedScore \
 	mkMafFrames.pl \
 	uniprotLift \
 	bedFixBlockOverlaps \
 	apacheLogParse \
-	extToolsChromeParse
+	extToolsChromeParse \
+	patSeqFilterBulkAndAnnotate \
+	patSeqSummarizeDocs
 
 # 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'
 # here, but there is a directory by that name, and thus it always exists