--- loncom/build/Makefile 2000/12/12 17:11:23 1.7 +++ loncom/build/Makefile 2000/12/13 21:43:18 1.8 @@ -18,7 +18,7 @@ HTML: cp ../../doc/loncapafiles/*.gif HTML perl parse.pl ../../doc/loncapafiles/loncapafiles.html HTML > HTML/index.html -HTML: +status: install -d HTML cp ../../doc/loncapafiles/*.gif HTML perl parse.pl ../../doc/loncapafiles/loncapafiles.html status > HTML/filestatus.html @@ -29,9 +29,13 @@ LCMakefile: SPEC: perl parse.pl ../../doc/loncapafiles/loncapafiles.html SPEC -install: +install: build perl parse.pl ../../doc/loncapafiles/loncapafiles.html install > Makefile.install +build: + perl parse.pl ../../doc/loncapafiles/loncapafiles.html build > Makefile.build +# make -f Makefile. + RPM: BinaryRoot cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot @@ -44,3 +48,5 @@ clean: rm -f LCMakefile rm -Rf BinaryRoot rm -f Makefile.BinaryRoot + rm -f Makefile.build + rm -f Makefile.install