cf5c0453940c1b57f030531c23eba6cb8267c68d braney Wed Mar 9 19:30:59 2011 -0800 don't update the styles with make beta in htdocs diff --git src/hg/htdocs/makefile src/hg/htdocs/makefile index acbfad2..b42ee21 100644 --- src/hg/htdocs/makefile +++ src/hg/htdocs/makefile @@ -10,31 +10,31 @@ FIND=gitFiles user: if test -d ${DOCUMENTROOT}-${USER}; then \ ${MAKE} doInstall destDir=${DOCUMENTROOT}-${USER} extra=doSymLink && \ cd style && echo style && ${MAKE} user; \ 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 +# 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}