23b1105a04e757e2e17dd58d6c0d71d053846c2f
braney
  Mon Mar 28 10:03:21 2011 -0700
fix more style directory problems.. this time for the user target...grrr
diff --git src/hg/htdocs/makefile src/hg/htdocs/makefile
index d1bfd9b..05eac54 100644
--- src/hg/htdocs/makefile
+++ src/hg/htdocs/makefile
@@ -1,40 +1,37 @@
 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; \
+	    ${MAKE} doInstall destDir=${DOCUMENTROOT}-${USER} extra=doSymLink; \
 	fi
 
 alpha:
 	${MAKE} doInstall destDir=${DOCUMENTROOT} extra=doSymLink
-#	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
 
 # Recursive target to do install to destDir, with extra excludes excl and
 # specific includes in incl.  The variable extra are extra targets to depend
 # on.  This queries git to find out the list of files to install, so avoid the
 # usual crud that collects in directories.
 doInstall: doRsync ${extra}