--- loncom/build/Makefile 2001/01/06 00:05:46 1.19 +++ loncom/build/Makefile 2001/01/18 16:46:41 1.22 @@ -40,6 +40,10 @@ status: cp ../../doc/loncapafiles/*.gif HTML perl parse.pl ../../doc/loncapafiles/loncapafiles.html status > HTML/filestatus.html +statuspost: status + cp ../../doc/loncapafiles/*.gif /home/httpd/html/lon-status + cp HTML/filestatus.html /home/httpd/html/lon-status/filestatus.html + LCMakefile: perl parse.pl ../../doc/loncapafiles/loncapafiles.html LCMakefile > LCMakefile @@ -65,6 +69,7 @@ build: RPM: BinaryRoot cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot + cat setup_file_list.txt | perl make_rpm.pl setup 3.1 '' '' BinaryRoot BinaryRoot: perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot @@ -77,3 +82,6 @@ clean: rm -f Makefile.BinaryRoot rm -f Makefile.build rm -f Makefile.install + rm -f Makefile.install.tmp + rm -f Makefile.cd.tmp + rm -f *.rpm