--- loncom/build/Makefile 2002/05/22 20:20:41 1.113 +++ loncom/build/Makefile 2002/05/23 20:21:00 1.116 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Scott Harrison -# $Id: Makefile,v 1.113 2002/05/22 20:20:41 harris41 Exp $ +# $Id: Makefile,v 1.116 2002/05/23 20:21:00 harris41 Exp $ DISTPROBE=`perl ./distprobe` DIST=$(DISTPROBE) @@ -224,6 +224,10 @@ install: TEST_hosts_tab Makefile.install make postinstall make warningnote echo "You can run 'make test' to see if your system is ready to go!" + echo "NOTE THAT YOUR SYSTEM MUST HAVE MYSQL WITH A USER=\"www\" AND" + echo -n "PASSWORD=\"localhostkey\" FOR www\@localhost" + echo -n "(YOU MAY NEED TO REINITIALIZE YOUR MYSQL www\@localhost USER)" + echo -n "Please see http://install.lon-capa.org/ for more information" rawinstall: Makefile.install Makefile echo -n "" > WARNINGS @@ -234,7 +238,7 @@ rawinstall: Makefile.install Makefile make SOURCE="$(SOURCE)" TARGET="$(TARGET)" \ NORESTORECONF="$(NORESTORECONF)" configinstall -Makefile.install: $(SOURCE)/doc/loncapafiles/loncapafiles.lpml lpml_parse.pl +Makefile.install: alwaysrun cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \ perl lpml_parse.pl install $(CATEGORY) $(DIST) "$(SOURCE)" \ "$(TARGET)" > Makefile.install @@ -505,6 +509,7 @@ clean: rm -f program.pl* rm -Rf lpmladm.* rm -f WARNINGS + rm -f $(SOURCE)/loncom/build/hosts.tab reallyclean: rm -f $(SOURCE)/README @@ -512,6 +517,7 @@ reallyclean: rm -f $(SOURCE)/TEST rm -f $(SOURCE)/MANIFEST rm -f $(SOURCE)/loncapa + rm -f $(SOURCE)/loncom/build/hosts.tab rm -f $(SOURCE)/loncapa.tar.gz rm -Rf HTML rm -f installation_manual.pdf @@ -531,3 +537,5 @@ reallyclean: rm -Rf lpmladm.* make -f Makefile.cvs clean rm -f WARNINGS + +alwaysrun: