884502ec39f7212870f269518b1689ad9a072bf5
max
  Wed Dec 31 06:20:32 2014 -0800
adding comment, refs #14393
diff --git src/utils/makefile src/utils/makefile
index 1a2613e..d1fd781 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -171,30 +171,32 @@
 %.userApps:
 	cd $* && echo $* && $(MAKE)
 
 scripts: $(SCRIPT_FILES:%=%.scripts)
 	chmod +x genePredToBed/genePredToBed;
 	rm -f ${SCRIPTS}/genePredToBed;
 	echo cp -p genePredToBed/genePredToBed ${SCRIPTS};
 	@cp -p genePredToBed/genePredToBed ${SCRIPTS};
 
 %.scripts:
 	chmod +x $*
 	rm -f ${SCRIPTS}/$*
 	echo cp -p $* ${SCRIPTS}
 	cp -p $* ${SCRIPTS}
 
+# the following three targets are for the hgBeacon CGI which needs 
+# two tools copied into the cgi-bin/utils directory
 cgi:
 	cd bigBedToBed && ${MAKE} cgi
 	cd bigBedInfo && ${MAKE} cgi
 
 alpha: scripts all
 	cd bigBedToBed && ${MAKE} alpha
 	cd bigBedInfo && ${MAKE} alpha
 
 beta:
 	cd bigBedToBed && ${MAKE} beta
 	cd bigBedInfo && ${MAKE} beta
 
 testAll: $(ALL_APPS:%=%.testAll)
 
 %.testAll: