File:  [LON-CAPA] / loncom / build / Makefile
Revision 1.4: download - view: text, annotated - select for diffs
Sun Dec 10 17:27:11 2000 UTC (23 years, 5 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
implementing two important make targets which help to install/upgrade/etc
most anything (targets are SPEC and LCMakefile)
there will be some minor modifications still to be done to fit this
into make_rpm.pl strategy or a CVS update strategy -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

SPEC:
	perl parse.pl ../../doc/loncapafiles/loncapafiles.html SPEC

clean:
	rm -Rf HTML
	rm -f *.spec
	rm -f LCMakefile

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