031b116e1e11ba3b71b71df9ea13b6705348e099 galt Wed Oct 6 15:14:07 2010 -0700 calling style make automatically for targets user alpha beta diff --git src/hg/htdocs/makefile src/hg/htdocs/makefile index 8c61301..9bda5b1 100644 --- src/hg/htdocs/makefile +++ src/hg/htdocs/makefile @@ -12,13 +12,16 @@ user: ${MAKE} doInstall destDir=${HTDOCS_USER} extra=doSymLink + cd style && echo style && ${MAKE} user alpha: ${MAKE} doInstall destDir=${HTDOCS} extra=doSymLink + cd style && echo style && ${MAKE} alpha beta: ${GITUP} ${MAKE} doInstall destDir=${HTDOCS} extra=doSymLink + cd style && echo style && ${MAKE} beta alphaCancerPublic: ${MAKE} doInstallCancerPublic destDir=${HTDOCS} extra=doSymLink