Diff for /loncom/build/Makefile between versions 1.37 and 1.38

version 1.37, 2001/07/11 21:52:11 version 1.38, 2001/09/08 22:37:34
Line 5 Line 5
   
 CDTARGET="."  CDTARGET="."
 CDFSLOC="/mnt/loncapacd/install.lon-capa.org/3.1/currentcdsource"  CDFSLOC="/mnt/loncapacd/install.lon-capa.org/3.1/currentcdsource"
   DIST="default"
   
 all:   all: 
  # nothing yet here   # nothing yet here
Line 75  install: build Makefile.install Line 76  install: build Makefile.install
  make -f Makefile.install SOURCE="../.." TARGET="" files   make -f Makefile.install SOURCE="../.." TARGET="" files
  make -f Makefile.install SOURCE="../.." TARGET="" links   make -f Makefile.install SOURCE="../.." TARGET="" links
   
 Makefile.install: ../../doc/loncapafiles/loncapafiles.html  Makefile.install: ../../doc/loncapafiles/loncapafiles.lpml lpml_parse.pl
  perl parse.pl ../../doc/loncapafiles/loncapafiles.html install > Makefile.install   cat ../../doc/loncapafiles/loncapafiles.lpml | \
    perl lpml_parse.pl install development $(DIST) "../.." "" > \
    Makefile.install
   
 build: Makefile.build  build: Makefile.build
  make -f Makefile.build all   make -f Makefile.build all

Removed from v.1.37  
changed lines
  Added in v.1.38


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