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, 7 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
added in file to parse information out of the master markup information
file
-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: LCMakefile:
   17: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html > LCMakefile
   18: 
   19: clean:
   20: 

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