Diff for /loncom/build/Makefile.cvs between versions 1.3 and 1.4

version 1.3, 2002/02/11 06:28:11 version 1.4, 2002/04/27 17:37:40
Line 26  cvsreport: Line 26  cvsreport:
  # General Alteration Info   # General Alteration Info
  echo "<p>Number of altered files:" >> ../../doc/build/cvsreport.html   echo "<p>Number of altered files:" >> ../../doc/build/cvsreport.html
  cd ../..; cvs log -d ">`date --date='8 days ago' +\"%Y-%m-%d\"`" \   cd ../..; cvs log -d ">`date --date='8 days ago' +\"%Y-%m-%d\"`" \
  loncom CAPA doc packaging 2>/dev/null | perl \   loncom CAPA doc 2>/dev/null | perl \
  loncom/build/cvsfilter.pl | grep '^Working file:' | cut -b15- | \   loncom/build/cvsfilter.pl | grep '^Working file:' | cut -b15- | \
  wc -l >> doc/build/cvsreport.html   wc -l >> doc/build/cvsreport.html
  # Listing of Altered Files   # Listing of Altered Files
  echo "</p><p>Altered files:</p><p><pre>" >> \   echo "</p><p>Altered files:</p><p><pre>" >> \
  ../../doc/build/cvsreport.html   ../../doc/build/cvsreport.html
  cd ../..; cvs log -d ">`date --date='8 days ago' +\"%Y-%m-%d\"`" \   cd ../..; cvs log -d ">`date --date='8 days ago' +\"%Y-%m-%d\"`" \
  loncom CAPA doc packaging 2>/dev/null | \   loncom CAPA doc 2>/dev/null | \
  perl loncom/build/cvsfilter.pl | grep '^Working file:' | cut -b15- \   perl loncom/build/cvsfilter.pl | grep '^Working file:' | cut -b15- \
  >> doc/build/cvsreport.html   >> doc/build/cvsreport.html
  # Log entries for loncom   # Log entries for loncom
Line 54  cvsreport: Line 54  cvsreport:
  cd ../../doc; cvs log -d ">`date --date='8 days ago' \   cd ../../doc; cvs log -d ">`date --date='8 days ago' \
  +\"%Y-%m-%d\"`" . 2>/dev/null | perl ../loncom/build/cvsfilter.pl >> \   +\"%Y-%m-%d\"`" . 2>/dev/null | perl ../loncom/build/cvsfilter.pl >> \
  ../doc/build/cvsreport.html   ../doc/build/cvsreport.html
  # Log entries for packaging  
  echo "</pre></p><p>Log entries for <b>packaging</b>:</p><pre>" >> \  
  ../../doc/build/cvsreport.html  
  cd ../../packaging; cvs log -d ">`date --date='8 days ago' \  
  +\"%Y-%m-%d\"`" . 2>/dev/null | perl ../loncom/build/cvsfilter.pl >> \  
  ../doc/build/cvsreport.html  
  echo "</pre></p>" >> ../../doc/build/cvsreport.html   echo "</pre></p>" >> ../../doc/build/cvsreport.html
   
 statpage:  statpage:

Removed from v.1.3  
changed lines
  Added in v.1.4


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