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, 6 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

    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: HTML:
   17: 	install -d HTML
   18: 	cp ../../doc/loncapafiles/*.gif HTML
   19: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html HTML > HTML/index.html
   20: 
   21: LCMakefile:
   22: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html LCMakefile > LCMakefile
   23: 
   24: SPEC:
   25: 	perl parse.pl ../../doc/loncapafiles/loncapafiles.html SPEC
   26: 
   27: clean:
   28: 	rm -Rf HTML
   29: 	rm -f *.spec
   30: 	rm -f LCMakefile

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