Return to Makefile CVS log | Up to [LON-CAPA] / loncom / build |
version 1.1, 2000/11/17 23:02:52 | version 1.4, 2000/12/10 17:27:11 |
---|---|
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 | |
clean: | clean: |
rm -Rf HTML | |
rm -f *.spec | |
rm -f LCMakefile |