Diff for /loncom/build/Makefile between versions 1.185.2.6 and 1.185.2.7

version 1.185.2.6, 2008/03/24 12:13:27 version 1.185.2.7, 2008/04/05 01:55:01
Line 133  help_TARGETS: Line 133  help_TARGETS:
  @echo "chkconfig: test runlevels of httpd and loncontrol."   @echo "chkconfig: test runlevels of httpd and loncontrol."
  @echo "rpmcheck: test to see if rpms known to confict are installed."   @echo "rpmcheck: test to see if rpms known to confict are installed."
  @echo "wrap_setuid: put a C wrapper around setuid scripts."   @echo "wrap_setuid: put a C wrapper around setuid scripts."
    @echo "latex_fixup: regenerate ls-R database for the latex base."
  @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 479  wrap_setuid: Line 480  wrap_setuid:
  perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \   perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
  tee -a WARNINGS   tee -a WARNINGS
   
   latex_fixup:
    cat $(SOURCE)/doc/loncapafiles/latex_fixup.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 497  postinstall: Line 503  postinstall:
  make sendmail_fix   make sendmail_fix
  make ownership_fix   make ownership_fix
  make wrap_setuid   make wrap_setuid
    make latex_fixup
   
 VERSION:  VERSION:
  install -d $(TARGET)/etc   install -d $(TARGET)/etc

Removed from v.1.185.2.6  
changed lines
  Added in v.1.185.2.7


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