--- loncom/build/Makefile.cvs 2002/04/29 19:19:08 1.6 +++ loncom/build/Makefile.cvs 2002/05/04 21:26:54 1.7 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Scott Harrison -# $Id: Makefile.cvs,v 1.6 2002/04/29 19:19:08 harris41 Exp $ +# $Id: Makefile.cvs,v 1.7 2002/05/04 21:26:54 harris41 Exp $ STATDIR="loncom/build/cvsstats" STATSUBDIR="cvsstats" @@ -40,7 +40,7 @@ cvsreport: loncom CAPA doc 2>/dev/null | \ perl loncom/build/cvsfilter.pl | grep '^Working file:' | cut -b15- \ >> doc/build/cvsreport.html - echo "

" >> ../constructdoc/devhistory/cvsreport.html + echo "

" >> ../../doc/build/cvsreport.html make -f Makefile.cvs COMPONENT=loncom logentries make -f Makefile.cvs COMPONENT=CAPA logentries make -f Makefile.cvs COMPONENT=doc logentries @@ -48,11 +48,11 @@ cvsreport: logentries: # Log entries for $(COMPONENT) echo "

Log entries for $(COMPONENT):

" >>\
-	../constructdoc/devhistory/cvsreport.html
-	cd ../$(COMPONENT); cvs log -d ">`date --date='$(TIMEAGO) days ago' \
-	+\"%Y-%m-%d\"`" . 2>/dev/null | perl ../build/cvsfilter.pl >> \
-	../constructdoc/devhistory/cvsreport.html
-	echo "

" >> ../constructdoc/devhistory/cvsreport.html + ../../doc/build/cvsreport.html + cd ../../$(COMPONENT); cvs log -d ">`date --date='$(TIMEAGO) days ago' \ + +\"%Y-%m-%d\"`" . 2>/dev/null | perl ../loncom/build/cvsfilter.pl >> \ + ../doc/build/cvsreport.html + echo "

" >> ../../doc/build/cvsreport.html statpage: install -d $(STATSUBDIR)