Annotation of loncom/build/Makefile, revision 1.2

1.1       harris41    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: 
1.2     ! harris41   14: system:
        !            15: 
        !            16: LCMakefile:
        !            17: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html > LCMakefile
        !            18: 
1.1       harris41   19: clean:
1.2     ! harris41   20: 

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