b3edd2fa97ed4d4d58af0522af8551b08e6fa6e0
chmalee
  Wed Jul 14 09:51:44 2021 -0700
Adding target to gbic makefile to install to a default location so we can push the gbic script with every release

diff --git src/product/installer/makefile src/product/installer/makefile
index 67cc495..c5d1e87 100644
--- src/product/installer/makefile
+++ src/product/installer/makefile
@@ -1,15 +1,18 @@
 kentSrc = ../..
 include ../../inc/common.mk
 
 GIT = git
 GITUP = ${GIT} pull
 
+alpha:
+	cp browserSetup.sh /usr/local/apache/htdocs/gbic/
+
 user:
 	${MAKE} doInstall destDir=${kentSrc}/hg/htdocs/goldenPath/help
 	@echo ""
 	@echo "Don't forget to cd to kent/src/hg/htdocs, commit goldenPath/help/gbic.html"
 	@echo "and run your makes there!"
 	@echo ""
 
 doInstall:
 	pandoc -t html5 -o ${destDir}/gbic.html README.md --template staticPage.html -t ../mirrorDocs/staticPage.lua