Diff for /loncom/build/Makefile between versions 1.69 and 1.70

version 1.69, 2002/02/13 15:03:47 version 1.70, 2002/02/20 00:23:24
Line 87  NET_hosts_tab: Line 87  NET_hosts_tab:
 hosts_tab: TEST_hosts_tab  hosts_tab: TEST_hosts_tab
  cat ../../doc/loncapafiles/loncapafiles.lpml | \   cat ../../doc/loncapafiles/loncapafiles.lpml | \
  perl xfml_parse.pl ../../doc/loncapafiles/valid_hosts.xfml | \   perl xfml_parse.pl ../../doc/loncapafiles/valid_hosts.xfml | \
  perl xfml_parse.pl ../../doc/loncapafiles/no_globs.xfml | \  
  perl xfml_parse.pl ../../doc/loncapafiles/no_links.xfml | \  
  perl lpml_parse.pl install $(CATEGORY) $(DIST) "$(SOURCE)" \   perl lpml_parse.pl install $(CATEGORY) $(DIST) "$(SOURCE)" \
  "$(TARGET)" > Makefile.install   "$(TARGET)" > Makefile.install
  make -f Makefile.install directories   make -f Makefile.install directories

Removed from v.1.69  
changed lines
  Added in v.1.70


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