--- loncom/build/Makefile 2002/03/01 22:06:01 1.74 +++ loncom/build/Makefile 2002/03/03 04:30:00 1.75 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Scott Harrison -# $Id: Makefile,v 1.74 2002/03/01 22:06:01 harris41 Exp $ +# $Id: Makefile,v 1.75 2002/03/03 04:30:00 harris41 Exp $ DIST="default" CATEGORY="development" @@ -191,8 +191,13 @@ webserverconf: cat ../../doc/loncapafiles/webserver.piml | \ perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) +sanitycheck: + cat ../../doc/loncapafiles/sanitycheck.piml | \ + perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) + postinstall: make webserverconf + make sanitycheck install: TEST_hosts_tab Makefile.install Makefile echo -n "" > WARNINGS