Diff for /loncom/build/Makefile between versions 1.129 and 1.130

version 1.129, 2002/07/23 22:17:22 version 1.130, 2002/08/09 19:49:30
Line 348  updatequery: Line 348  updatequery:
  cat $(SOURCE)/doc/loncapafiles/updatequery.piml | \   cat $(SOURCE)/doc/loncapafiles/updatequery.piml | \
  perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(QUERYLAUNCH)   perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(QUERYLAUNCH)
   
   reseval_fixup:
    cat $(SOURCE)/doc/loncapafiles/reseval_fixup.piml | \
    perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \
    tee -a WARNINGS
   
 postinstall:  postinstall:
  make webserverconf   make webserverconf
    make reseval_fixup
  make sanitycheck   make sanitycheck
   
 VERSION:  VERSION:

Removed from v.1.129  
changed lines
  Added in v.1.130


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