Diff for /loncom/build/Makefile between versions 1.101 and 1.102

version 1.101, 2002/05/08 20:23:36 version 1.102, 2002/05/08 21:06:09
Line 403  TEST_html2ps: Line 403  TEST_html2ps:
  exit 1; \   exit 1; \
  fi   fi
   
 documentation_tree: cvsreport  
  install -d docs  
  install $(SOURCE)/doc/build/cvsreport.html docs/cvsreport.html  
  install $(SOURCE)/doc/build/doc.html docs/index.html  
  install -d docs/hardware  
  install $(SOURCE)/doc/hardware/hardware.html \  
  docs/hardware/hardware.html  
  install -d docs/3.1  
  install $(SOURCE)/doc/build/install.html docs/3.1/index.html  
  install $(SOURCE)/doc/build/instructions_with_cd.html \  
  docs/3.1/instructions_with_cd.html  
  install $(SOURCE)/doc/build/libraryserverconfiguration.gif \  
  docs/3.1/libraryserverconfiguration.gif  
  install $(SOURCE)/doc/build/librarysystemsettings.gif \  
  docs/3.1/librarysystemsettings.gif  
  install -d docs/cvsupgrade  
  install $(SOURCE)/doc/build/cvsupgrade.html docs/cvsupgrade/index.html  
  install -d docs/upgrade  
  install $(SOURCE)/doc/build/upgrade.html docs/upgrade/index.html  
  install -d docs/reconfig  
  install $(SOURCE)/doc/build/reconfig.html docs/reconfig/index.html  
  install -d docs/3.1/otherfiles  
  install $(SOURCE)/doc/otherfiles/rpm_list.txt \  
  docs/3.1/otherfiles/rpm_list.txt  
  install $(SOURCE)/doc/build/loncapanetwork.html \  
  docs/loncapanetwork.html  
  install $(SOURCE)/doc/build/loncapanfs.html docs/loncapanfs.html  
  install $(SOURCE)/doc/build/loncapaappleshares.html \  
  docs/loncapaappleshares.html  
  install $(SOURCE)/doc/build/loncapasqldatabase.html \  
  docs/loncapasqldatabase.html  
  install $(SOURCE)/doc/build/loncapapasswords.html \  
  docs/loncapapasswords.html  
  install $(SOURCE)/doc/build/loncapapasswordauthentication.html \  
  docs/loncapapasswordauthentication.html  
  install $(SOURCE)/doc/build/loncapatimesync.html \  
  docs/loncapatimesync.html  
  install $(SOURCE)/doc/build/loncapamathequivalency.html \  
  docs/loncapamathequivalency.html  
  tar czvf install.lon-capa.org_docs.tar.gz docs  
  rm -Rf docs  
   
 tardist:  tardist:
  cat $(SOURCE)/doc/loncapafiles/buildfiles.lpml | \   cat $(SOURCE)/doc/loncapafiles/buildfiles.lpml | \
  perl lpml_parse.pl MANIFEST development default \   perl lpml_parse.pl MANIFEST development default \
Line 484  tardist: Line 442  tardist:
  MANIFEST_loncapa; \   MANIFEST_loncapa; \
  ln -s . $(DIRTARGET); \   ln -s . $(DIRTARGET); \
  tar --no-recursion --numeric-owner --files-from MANIFEST_loncapa \   tar --no-recursion --numeric-owner --files-from MANIFEST_loncapa \
  -czf -h loncapa.tar.gz 2>WARNINGS || [ "0" == "0" ]   -h -czf loncapa.tar.gz 2>WARNINGS || [ "0" == "0" ]
  cat $(SOURCE)/WARNINGS | \   cat $(SOURCE)/WARNINGS | \
  xargs --replace=XXX echo '**** WARNING **** XXX' > WARNINGS   xargs --replace=XXX echo '**** WARNING **** XXX' > WARNINGS
  rm -f $(SOURCE)/WARNINGS   rm -f $(SOURCE)/WARNINGS
  make warningnote   make warningnote
   
 cvsreport:  
   
 clean:  clean:
  rm -f $(SOURCE)/README   rm -f $(SOURCE)/README
  rm -f $(SOURCE)/UPDATE   rm -f $(SOURCE)/UPDATE

Removed from v.1.101  
changed lines
  Added in v.1.102


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