[LON-CAPA-cvs] cvs: loncom /build Makefile.cvs

harris41 lon-capa-cvs@mail.lon-capa.org
Sat, 04 May 2002 21:26:54 -0000


harris41		Sat May  4 17:26:54 2002 EDT

  Modified files:              
    /loncom/build	Makefile.cvs 
  Log:
  some bad directory navigation related to logentries and cvsreport
  targets is fixed; BUG 336
  
  
Index: loncom/build/Makefile.cvs
diff -u loncom/build/Makefile.cvs:1.6 loncom/build/Makefile.cvs:1.7
--- loncom/build/Makefile.cvs:1.6	Mon Apr 29 15:19:08 2002
+++ loncom/build/Makefile.cvs	Sat May  4 17:26:54 2002
@@ -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 @@
 	loncom CAPA doc 2>/dev/null | \
 	perl loncom/build/cvsfilter.pl | grep '^Working file:' | cut -b15- \
 	>> doc/build/cvsreport.html
-	echo "</pre></p>" >> ../constructdoc/devhistory/cvsreport.html
+	echo "</pre></p>" >> ../../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 @@
 logentries:
 	# Log entries for $(COMPONENT)
 	echo "<p>Log entries for <b>$(COMPONENT)</b>:</p><pre>" >>\
-	../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 "</pre></p>" >> ../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 "</pre></p>" >> ../../doc/build/cvsreport.html
 
 statpage:
 	install -d $(STATSUBDIR)