cc6aadf55e3f720487ad5c2b2c4f59f99621e3c0 angie Wed Oct 27 11:02:39 2010 -0700 Bug #1211 (hg/makefile does not descend into hg/htdocs/): Added htdocsto hg/makefile's BROWSER_BINS, like js, so that all of the targets that use BROWSER_BINS descend into htdocs. Unlike js/makefile, htdocs/makefile does not create the -${USER} directory if it doesn't exist, because Apache config change is required (and permissions for apache/) -- cluster-admin need to handle that. Instead, htdocs' user target checks for the existence of ${DOCUMENTROOT}-${USER} first. diff --git src/hg/makefile src/hg/makefile index 300eaca..86471e1 100644 --- src/hg/makefile +++ src/hg/makefile @@ -1,27 +1,27 @@ # Build all directories in utils # $Id: makefile,v 1.156 2010/03/03 02:53:30 markd Exp $ BROWSER_BINS=cartReset das hgBlat makeDb/hgCgiData hgConvert \ hgGateway hgGene hgGenome hgPcr hgSession hgSuggest hgTables hgTracks \ hgTrackUi hgc hgApi cartDump near/hgNear \ protein/pbGateway protein/pbTracks protein/pbGlobal \ hgLiftOver visiGene/hgVisiGene \ encode/mkEncodeFrameset encode/hgEncodeDataVersions \ encode/hgEncodeVocab phyloGif hgCustom hgPal \ - makeDb/hgCgiData js + makeDb/hgCgiData js htdocs ifdef LOWELAB BROWSER_BINS += archaeStuff/tooltip archaeStuff/chooseorg endif BROWSER_LOADERS = makeDb/hgLoadBed makeDb/hgLoadWiggle makeDb/hgLoadMaf ifneq ($(findstring $(shell hostname),hgwdev hgwbeta),) ENCODE_FILES = encode/encodeValidate endif TEST_DIRS = lib autoDtd autoSql blastToPsl checkTableCoords embossToPsl \ genePredSingleCover genePredHisto genePredToGtf \ genePredToMafFrames gbGetEntries hgGetAnn liftAcross \