--- loncom/build/Makefile 2001/11/27 23:06:08 1.46 +++ loncom/build/Makefile 2001/12/06 23:14:33 1.49 @@ -1,7 +1,7 @@ -# Makefile -# For LON-CAPA +# The LearningOnline Network with CAPA + # Scott Harrison -# November 2000 +# $Id: Makefile,v 1.49 2001/12/06 23:14:33 harris41 Exp $ CDTARGET="." CDFSLOC="/mnt/loncapacd/install.lon-capa.org/3.1/currentcdsource" @@ -53,9 +53,12 @@ status: install -d HTML cp ../../doc/loncapafiles/*.gif HTML cat ../../doc/loncapafiles/loncapafiles.lpml | \ - perl lpml_parse.pl html $(CATEGORY) $(DIST) "../.." "" > \ + perl lpml_parse.pl html $(CATEGORY) $(DIST) "../.." "" | \ + perl lpml_html_posteval.pl > \ HTML/filestatus.html -# perl parse.pl ../../doc/loncapafiles/loncapafiles.html status > HTML/filestatus.html + +oldstatus: + perl parse.pl ../../doc/loncapafiles/loncapafiles.html status > HTML/filestatus.html statuspost: status cp ../../doc/loncapafiles/*.gif /home/httpd/html/lon-status @@ -79,7 +82,7 @@ SPEC: configinstall: Makefile.configinstall make -f Makefile.configinstall SOURCE="../.." TARGET="" configfiles -# perl loncaparestoreconfigurations lasttimestamp + perl loncaparestoreconfigurations suffix .lpmlnew # make -f Makefile.configinstall TARGET="" configpermissions Makefile.configinstall: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl