5e71c721d58b86fa937393616982dd9852e35de6 galt Mon Feb 2 13:49:49 2015 -0800 adding some reminders about htdocsExtra repository. diff --git src/hg/htdocs/makefile src/hg/htdocs/makefile index 7132fcf..2527f41 100644 --- src/hg/htdocs/makefile +++ src/hg/htdocs/makefile @@ -1,28 +1,34 @@ include ../../inc/common.mk GIT = git GITUP = ${GIT} pull FIND=gitFiles # if you need to pick up files not checked-in yet for rsync, # you can run it like this: # # make FIND=find # # but be careful as it will rsync everything over including junk +# REMEMBER: HTDOCSEXTRA +# htdocsExtra is a repository that contains large files that we +# do not wish to burden the main kent repo with. +# You can check it out and make there too. +# If you think there is a file missing, see if it is under the htdocsExtra repo. + ifeq (${DOCUMENTROOT_USER},) DOCUMENTROOT_USER=${DOCUMENTROOT}-${USER} endif user: if test -d ${DOCUMENTROOT_USER}; then \ ${MAKE} doInstall destDir=${DOCUMENTROOT_USER} ; \ fi alpha: ${MAKE} doInstall destDir=${DOCUMENTROOT} beta: ${GITUP} ${MAKE} doInstall destDir=qateam@hgwbeta:${DOCUMENTROOT}