File:  [LON-CAPA] / loncom / build / Makefile
Revision 1.3: download - view: text, annotated - select for diffs
Sun Dec 10 04:20:09 2000 UTC (23 years, 5 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
it was a dark and stormy night, yet the programmer successfully implemented
in entirety a build target -Scott

    1: # Makefile
    2: # For LON-CAPA
    3: # Scott Harrison
    4: # November 2000
    5: 
    6: all: LON-CAPA-base cd cd_cover
    7: 
    8: LON-CAPA-base:
    9: 
   10: cd: 
   11: 
   12: cd_cover:
   13: 
   14: system:
   15: 
   16: HTML:
   17: 	install -d HTML
   18: 	cp ../../doc/loncapafiles/*.gif HTML
   19: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html HTML > HTML/index.html
   20: 
   21: LCMakefile:
   22: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html LCMakefile > LCMakefile
   23: 
   24: clean:
   25: 	rm -Rf HTML

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>