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

# Makefile
# For LON-CAPA
# Scott Harrison
# November 2000

all: LON-CAPA-base cd cd_cover

LON-CAPA-base:

cd: 

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

clean:
	rm -Rf HTML

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