90516e442dbf9c7ca4d2aeb17767433c47a8a3d6
braney
  Thu Mar 17 17:49:26 2011 -0700
never update the style directory from this directory
diff --git src/hg/htdocs/makefile src/hg/htdocs/makefile
index 7fd5139..6e8410d 100644
--- src/hg/htdocs/makefile
+++ src/hg/htdocs/makefile
@@ -1,35 +1,35 @@
 include ../../inc/common.mk
 
 # NOTES:
 #  - much of this is current repeats in the hgdownload htdocs makefile
 #  - all symlinks are built by the doSymLink target
 
 
 GIT = git
 GITUP = ${GIT} pull
 FIND=gitFiles
 
 user:
 	if test -d ${DOCUMENTROOT}-${USER}; then \
 	    ${MAKE} doInstall destDir=${DOCUMENTROOT}-${USER} extra=doSymLink && \
-	    cd style && echo style && ${MAKE} user; \
+#	    cd style && echo style && ${MAKE} user; \
 	fi
 
 alpha:
 	${MAKE} doInstall destDir=${DOCUMENTROOT} extra=doSymLink
-	cd style && echo style && ${MAKE} alpha
+#	cd style && echo style && ${MAKE} alpha
 
 beta:
 	${GITUP}
 	${MAKE} doInstall destDir=${DOCUMENTROOT} extra=doSymLink
 #	cd style && echo style && ${MAKE} beta
 
 alphaCancerPublic:
 	${MAKE} doInstallCancerPublic destDir=${DOCUMENTROOT} extra=doSymLink
 
 alphaCancerSU2C:
 	${MAKE} doInstallCancerSU2C destDir=${DOCUMENTROOT} extra=doSymLink
 
 alphaCancerTCGA:
 	${MAKE} doInstallCancerTCGA destDir=${DOCUMENTROOT} extra=doSymLink