--- loncom/build/Makefile 2002/10/13 17:35:04 1.136 +++ loncom/build/Makefile 2002/12/11 22:20:11 1.137 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Scott Harrison, your friendly neighborhood volunteer -# $Id: Makefile,v 1.136 2002/10/13 17:35:04 harris41 Exp $ +# $Id: Makefile,v 1.137 2002/12/11 22:20:11 albertel Exp $ # TYPICAL USAGE of this Makefile is primarily for two targets: # "make build" and "make install". @@ -365,6 +365,11 @@ reseval_fixup: perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ tee -a WARNINGS +clearoutoldspreadsheetcache: + cat $(SOURCE)/doc/loncapafiles/clearoutoldspreadsheetcache.piml | \ + perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ + tee -a WARNINGS + sendmail_fix: cat $(SOURCE)/doc/loncapafiles/sendmail_fix.piml | \ perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ @@ -373,6 +378,7 @@ sendmail_fix: postinstall: make webserverconf make reseval_fixup + make clearoutoldspreadsheetcache make sanitycheck make sendmail_fix