--- loncom/build/Makefile 2000/12/10 04:20:09 1.3 +++ loncom/build/Makefile 2000/12/11 19:02:25 1.6 @@ -21,5 +21,18 @@ HTML: LCMakefile: perl parse.pl ../../doc/loncapafiles/loncapafiles.html LCMakefile > 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