--- loncom/build/Makefile 2002/05/02 17:08:32 1.97 +++ loncom/build/Makefile 2002/05/03 02:07:52 1.98 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Scott Harrison -# $Id: Makefile,v 1.97 2002/05/02 17:08:32 harris41 Exp $ +# $Id: Makefile,v 1.98 2002/05/03 02:07:52 harris41 Exp $ DISTPROBE=`perl ./distprobe` DIST=$(DISTPROBE) @@ -203,6 +203,11 @@ sanitycheck: perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ tee -a WARNINGS +updatequery: + cat $(SOURCE)/doc/loncapafiles/updatequery.piml | \ + perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ + tee -a WARNINGS + postinstall: make webserverconf make sanitycheck