Diff for /loncom/build/Makefile between versions 1.188.2.1 and 1.188.2.2

version 1.188.2.1, 2008/12/10 16:11:36 version 1.188.2.2, 2008/12/18 22:59:32
Line 136  help_TARGETS: Line 136  help_TARGETS:
         @echo "latex_fixup: regenerate ls-R database for the latex base."          @echo "latex_fixup: regenerate ls-R database for the latex base."
  @echo "picins_check: check for picins.sty, retrieve and rebuild"   @echo "picins_check: check for picins.sty, retrieve and rebuild"
  @echo "             filename databases used by LaTeX"   @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 "updatequery: solicit the user for machine configuration"
  @echo "             information; to be incorporated during an update"   @echo "             information; to be incorporated during an update"
  @echo "             procedure (via the UPDATE command)"   @echo "             procedure (via the UPDATE command)"
Line 492  picins_check: Line 494  picins_check:
  perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \   perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
  tee -a WARNINGS   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:  postinstall:
  make webserverconf   make webserverconf
  make reseval_fixup   make reseval_fixup
Line 512  postinstall: Line 519  postinstall:
  make wrap_setuid   make wrap_setuid
  make latex_fixup   make latex_fixup
  make picins_check   make picins_check
    make mimetex_version_check
 VERSION:  VERSION:
  install -d $(TARGET)/etc   install -d $(TARGET)/etc
  echo -n "LON-CAPA release $(VERSION)-" > $(TARGET)/etc/loncapa-release   echo -n "LON-CAPA release $(VERSION)-" > $(TARGET)/etc/loncapa-release

Removed from v.1.188.2.1  
changed lines
  Added in v.1.188.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>