--- loncom/build/Makefile 2000/12/10 17:27:11 1.4 +++ loncom/build/Makefile 2000/12/11 19:02:25 1.6 @@ -24,7 +24,15 @@ LCMakefile: SPEC: perl parse.pl ../../doc/loncapafiles/loncapafiles.html SPEC +RPM: BinaryRoot + cat base_file_list.txt | perl make_rpm.pl base 3.1 '' '' BinaryRoot + +BinaryRoot: + perl parse.pl ../../doc/loncapafiles/loncapafiles.html BinaryRoot + clean: rm -Rf HTML rm -f *.spec rm -f LCMakefile + rm -Rf BinaryRoot + rm -f Makefile.BinaryRoot