Diff for /loncom/build/Makefile between versions 1.63 and 1.64

version 1.63, 2002/02/04 23:40:47 version 1.64, 2002/02/05 00:51:48
Line 72  TEST_hosts_tab: Line 72  TEST_hosts_tab:
      echo "(you most likely want option #1, production_hosts.tab)" && \       echo "(you most likely want option #1, production_hosts.tab)" && \
      exit 1; \       exit 1; \
  fi   fi
   
   hosts_tab: TEST_hosts_tab
    cat ../../doc/loncapafiles/loncapafiles.lpml | \
    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)" \
    "$(TARGET)" > Makefile.install
    make -f Makefile.install files
    @echo "If hosts.tab has changed, restart httpd and loncontrol:"
    @echo "   /etc/rc.d/init.d/httpd restart"
    @echo "   /etc/rc.d/init.d/loncontrol restart"
   
 HTML:  HTML:
  install -d HTML   install -d HTML
  cp ../../doc/loncapafiles/*.gif HTML   cp ../../doc/loncapafiles/*.gif HTML

Removed from v.1.63  
changed lines
  Added in v.1.64


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