version 1.1, 2000/11/17 23:02:52
|
version 1.6, 2000/12/11 19:02:25
|
Line 11 cd:
|
Line 11 cd:
|
|
|
cd_cover: |
cd_cover: |
|
|
|
system: |
|
|
|
HTML: |
|
install -d HTML |
|
cp ../../doc/loncapafiles/*.gif HTML |
|
perl parse.pl ../../doc/loncapafiles/loncapafiles.html HTML > HTML/index.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: |
clean: |
|
rm -Rf HTML |
|
rm -f *.spec |
|
rm -f LCMakefile |
|
rm -Rf BinaryRoot |
|
rm -f Makefile.BinaryRoot |