3d30ea50c9720291a2bc77e0ae174fc99a60b2f3 braney Tue Jun 7 09:12:07 2011 -0700 fix install target to remove hgGeneData diff --git src/hg/hgGene/makefile src/hg/hgGene/makefile index a09f387..d424b08 100644 --- src/hg/hgGene/makefile +++ src/hg/hgGene/makefile @@ -7,30 +7,31 @@ A = hgGene O = hgGene.o altSplice.o ctd.o dnaBindMotif.o domains.o gad.o\ flyBaseInfo.o go.o info.o links.o microarray.o \ method.o localization.o mrnaDescriptions.o otherOrgs.o\ pathways.o pseudoGene.o rgdInfo.o rnaStructure.o sequence.o swissProtComments.o \ synonym.o wikiTrack.o include ../../inc/cgi_build_rules.mk my:: rsync -ar --exclude=CVS/ --exclude=.svn/ --delete hgGeneData ${CGI_BIN}-${USER}/ chmod -R a+rX ${CGI_BIN}-${USER}/hgGeneData install:: + rm -fr ${CGI_BIN}/hgGeneData rsync -ar --exclude=CVS/ --exclude=.svn/ --delete hgGeneData \ ${DESTDIR}${CGI_BIN}/ chmod -R a+rX ${DESTDIR}${CGI_BIN}/hgGeneData alpha:: rm -fr ${CGI_BIN}/hgGeneData rsync -ar --exclude=CVS/ --exclude=.svn/ --delete hgGeneData ${CGI_BIN}/ chmod -R g+w ${CGI_BIN}/hgGeneData chmod -R a+rX ${CGI_BIN}/hgGeneData beta:: rm -fr ${CGI_BIN}-beta/hgGeneData rsync -ar --exclude=CVS/ --exclude=.svn/ --delete hgGeneData ${CGI_BIN}-beta/ chmod -R g+w ${CGI_BIN}-beta/hgGeneData chmod -R a+rX ${CGI_BIN}-beta/hgGeneData