--- loncom/build/Makefile 2002/02/05 00:51:48 1.64 +++ loncom/build/Makefile 2002/02/05 01:49:39 1.65 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Scott Harrison -# $Id: Makefile,v 1.64 2002/02/05 00:51:48 harris41 Exp $ +# $Id: Makefile,v 1.65 2002/02/05 01:49:39 harris41 Exp $ DIST="default" CATEGORY="development" @@ -145,6 +145,13 @@ warningnote: cat WARNINGS; \ fi +webserverconf: + cat ../../doc/loncapafiles/webserver.piml | \ + perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" | perl + +postinstall: + make webserverconf + install: TEST_hosts_tab Makefile.install Makefile echo -n "" > WARNINGS make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" \