version 1.2, 2000/12/05 15:30:47
|
version 1.8, 2000/12/13 21:43:18
|
Line 13 cd_cover:
|
Line 13 cd_cover:
|
|
|
system: |
system: |
|
|
|
HTML: |
|
install -d HTML |
|
cp ../../doc/loncapafiles/*.gif HTML |
|
perl parse.pl ../../doc/loncapafiles/loncapafiles.html HTML > HTML/index.html |
|
|
|
status: |
|
install -d HTML |
|
cp ../../doc/loncapafiles/*.gif HTML |
|
perl parse.pl ../../doc/loncapafiles/loncapafiles.html status > HTML/filestatus.html |
|
|
LCMakefile: |
LCMakefile: |
perl parse.pl ../../doc/loncapafiles/loncapafiles.html > LCMakefile |
perl parse.pl ../../doc/loncapafiles/loncapafiles.html LCMakefile > LCMakefile |
|
|
clean: |
SPEC: |
|
perl parse.pl ../../doc/loncapafiles/loncapafiles.html SPEC |
|
|
|
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 |
|
|
|
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 |
|
rm -f Makefile.build |
|
rm -f Makefile.install |