Diff for /loncom/build/Makefile between versions 1.26 and 1.27

version 1.26, 2001/02/06 15:12:39 version 1.27, 2001/02/07 12:36:18
Line 97  install.lon-capa.org: Line 97  install.lon-capa.org:
  install -d docs   install -d docs
  install ../../doc/build/doc.html docs/index.html   install ../../doc/build/doc.html docs/index.html
  install -d docs/hardware   install -d docs/hardware
  install ../../doc/build/hardware.html docs/hardware/hardware.html   install ../../doc/hardware/hardware.html docs/hardware/hardware.html
  install -d docs/3.1   install -d docs/3.1
  install ../../doc/build/install.html docs/3.1/index.html   install ../../doc/build/install.html docs/3.1/index.html
  install -d docs/upgrade   install -d docs/upgrade
  install ../../doc/build/install.html docs/upgrade/index.html   install ../../doc/build/install.html docs/upgrade/index.html
  install -d docs/reconfig   install -d docs/reconfig
  install ../../doc/build/reconfig.html docs/reconfig/index.html   install ../../doc/build/reconfig.html docs/reconfig/index.html
  install -d docs/otherfiles   install -d docs/3.1/otherfiles
  install ../../doc/otherfiles/rpm_list.txt docs/3.1/otherfiles/rpm_list.txt   install ../../doc/otherfiles/rpm_list.txt docs/3.1/otherfiles/rpm_list.txt
  install ../../doc/loncapanetwork.html docs/loncapanetwork.html   install ../../doc/build/loncapanetwork.html docs/loncapanetwork.html
  install ../../doc/loncapanfs.html docs/loncapanfs.html   install ../../doc/build/loncapanfs.html docs/loncapanfs.html
  install ../../doc/loncapaappleshares.html docs/loncapaappleshares.html   install ../../doc/build/loncapaappleshares.html docs/loncapaappleshares.html
    tar czvf install.lon-capa.org_docs.tar.gz docs
    rm -Rf docs
   
 clean:  clean:
  rm -Rf HTML   rm -Rf HTML

Removed from v.1.26  
changed lines
  Added in v.1.27


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