Return to Makefile CVS log | Up to [LON-CAPA] / loncom / build |
version 1.97, 2002/05/02 17:08:32 | version 1.98, 2002/05/03 02:07:52 |
---|---|
Line 203 sanitycheck: | Line 203 sanitycheck: |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ | perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
tee -a WARNINGS | tee -a WARNINGS |
updatequery: | |
cat $(SOURCE)/doc/loncapafiles/updatequery.piml | \ | |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ | |
tee -a WARNINGS | |
postinstall: | postinstall: |
make webserverconf | make webserverconf |
make sanitycheck | make sanitycheck |