52052c9f3776cce6249a0cf819791a3ed49a9d87 galt Mon Apr 1 14:02:26 2019 -0700 removing unused cirm-motd.html. Its functionality has migrated to the gateway. diff --git src/hg/cirm/cdw/cdwWebBrowse/makefile src/hg/cirm/cdw/cdwWebBrowse/makefile index c5f98d6..5bb10dd 100644 --- src/hg/cirm/cdw/cdwWebBrowse/makefile +++ src/hg/cirm/cdw/cdwWebBrowse/makefile @@ -1,41 +1,22 @@ kentSrc = ../../../.. include $(kentSrc)/inc/common.mk L += -lm ${MYSQLLIBS} MYLIBDIR = $(kentSrc)/lib/${MACHTYPE} MYLIBS = ../lib/$(MACHTYPE)/cdwlib.a ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a A = cdwWebBrowse B = cdwFlowCharts O = $A.o $B.o include $(kentSrc)/inc/cgi_build_rules.mk compile: $O ${CC} $O ${MYLIBS} ${L} mv ${AOUT} $A${EXE} $O: tagDescriptions.h cdwHelp.h cdwHelp.h: cdwHelp.html stringify cdwHelp.html > cdwHelp.h -my:: - rm -f ${CGI_BIN}-${USER}/cirm-motd.html - cp cirm-motd.html ${CGI_BIN}-${USER} - chmod a+r ${CGI_BIN}-${USER}/cirm-motd.html - -alpha:: - rm -f ${CGI_BIN}/cirm-motd.html - cp cirm-motd.html ${CGI_BIN} - chmod a+r ${CGI_BIN}/cirm-motd.html - -beta:: - rm -f ${CGI_BIN}-beta/cirm-motd.html - cp cirm-motd.html ${CGI_BIN}-beta - chmod a+r ${CGI_BIN}-beta/cirm-motd.html - -install:: - rm -f ${DESTDIR}${CGI_BIN}/cirm-motd.html - cp cirm-motd.html ${DESTDIR}${CGI_BIN} - chmod a+r ${DESTDIR}${CGI_BIN}/cirm-motd.html