--- loncom/build/Makefile 2009/01/05 17:22:23 1.188.2.3 +++ loncom/build/Makefile 2009/09/19 02:22:46 1.188.4.1 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA -# $Id: Makefile,v 1.188.2.3 2009/01/05 17:22:23 raeburn Exp $ +# $Id: Makefile,v 1.188.4.1 2009/09/19 02:22:46 raeburn Exp $ # TYPICAL USAGE of this Makefile is primarily for two targets: # "make build" and "make install". @@ -22,7 +22,7 @@ SAVE=program.pl.$(TIMESTAMP) LAUNCHSAVE=$(OUTSTREAM) $(SAVE) METAMTARGET="" MTARGET="" -VERSION=2.7.99.1 +VERSION=GCI_1 # The current working definition for "RELEASE" is: changes not in the software, # but in the operating system dependent packaging of the software. Thus, the # generic tarball releases do not need to have a release number specified. @@ -136,8 +136,6 @@ help_TARGETS: @echo "latex_fixup: regenerate ls-R database for the latex base." @echo "picins_check: check for picins.sty, retrieve and rebuild" @echo " filename databases used by LaTeX" - @echo "mimetex_version_check: check if mimetex.cgi version has changed," - @echo " if so remove files from mimetexcache." @echo "updatequery: solicit the user for machine configuration" @echo " information; to be incorporated during an update" @echo " procedure (via the UPDATE command)" @@ -494,11 +492,6 @@ picins_check: perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ tee -a WARNINGS -mimetex_version_check: - cat $(SOURCE)/doc/loncapafiles/mimetex_version_check.piml | \ - perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ - tee -a WARNINGS - postinstall: make webserverconf make reseval_fixup @@ -519,7 +512,6 @@ postinstall: make wrap_setuid make latex_fixup make picins_check - make mimetex_version_check VERSION: install -d $(TARGET)/etc echo -n "LON-CAPA release $(VERSION)-" > $(TARGET)/etc/loncapa-release