version 1.63, 2002/02/04 23:40:47
|
version 1.65, 2002/02/05 01:49:39
|
Line 72 TEST_hosts_tab:
|
Line 72 TEST_hosts_tab:
|
echo "(you most likely want option #1, production_hosts.tab)" && \ |
echo "(you most likely want option #1, production_hosts.tab)" && \ |
exit 1; \ |
exit 1; \ |
fi |
fi |
|
|
|
hosts_tab: TEST_hosts_tab |
|
cat ../../doc/loncapafiles/loncapafiles.lpml | \ |
|
perl xfml_parse.pl ../../doc/loncapafiles/valid_hosts.xfml | \ |
|
perl xfml_parse.pl ../../doc/loncapafiles/no_globs.xfml | \ |
|
perl xfml_parse.pl ../../doc/loncapafiles/no_links.xfml | \ |
|
perl lpml_parse.pl install $(CATEGORY) $(DIST) "$(SOURCE)" \ |
|
"$(TARGET)" > Makefile.install |
|
make -f Makefile.install files |
|
@echo "If hosts.tab has changed, restart httpd and loncontrol:" |
|
@echo " /etc/rc.d/init.d/httpd restart" |
|
@echo " /etc/rc.d/init.d/loncontrol restart" |
|
|
HTML: |
HTML: |
install -d HTML |
install -d HTML |
cp ../../doc/loncapafiles/*.gif HTML |
cp ../../doc/loncapafiles/*.gif HTML |
Line 132 warningnote:
|
Line 145 warningnote:
|
cat WARNINGS; \ |
cat WARNINGS; \ |
fi |
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 |
install: TEST_hosts_tab Makefile.install Makefile |
echo -n "" > WARNINGS |
echo -n "" > WARNINGS |
make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" \ |
make -f Makefile.install SOURCE="$(SOURCE)" TARGET="$(TARGET)" \ |