Diff for /loncom/build/Makefile between versions 1.48 and 1.50

version 1.48, 2001/11/29 19:00:31 version 1.50, 2001/12/19 21:27:46
Line 53  status: Line 53  status:
  install -d HTML   install -d HTML
  cp ../../doc/loncapafiles/*.gif HTML   cp ../../doc/loncapafiles/*.gif HTML
  cat ../../doc/loncapafiles/loncapafiles.lpml | \   cat ../../doc/loncapafiles/loncapafiles.lpml | \
  perl lpml_parse.pl html $(CATEGORY) $(DIST) "../.." "" > \   perl lpml_parse.pl html $(CATEGORY) $(DIST) "../.." "" | \
    perl lpml_html_posteval.pl > \
  HTML/filestatus.html   HTML/filestatus.html
   
 oldstatus:  oldstatus:
Line 120  Makefile.install: ../../doc/loncapafiles Line 121  Makefile.install: ../../doc/loncapafiles
  perl lpml_parse.pl install $(CATEGORY) $(DIST) "../.." "" > \   perl lpml_parse.pl install $(CATEGORY) $(DIST) "../.." "" > \
  Makefile.install   Makefile.install
   
 build: Makefile.build  build: Makefile.build pod2html.sh pod2man.sh
  echo -n "" > WARNINGS   echo -n "" > WARNINGS
  make -f Makefile.build all   make -f Makefile.build all
  make warningnote   make warningnote

Removed from v.1.48  
changed lines
  Added in v.1.50


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