File:  [LON-CAPA] / loncom / build / Makefile
Revision 1.2: download - view: text, annotated - select for diffs
Tue Dec 5 15:30:47 2000 UTC (23 years, 5 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
added in file to parse information out of the master markup information
file
-Scott

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

all: LON-CAPA-base cd cd_cover

LON-CAPA-base:

cd: 

cd_cover:

system:

LCMakefile:
	perl parse.pl ../../doc/loncapafiles/loncapafiles.html > LCMakefile

clean:


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