[LON-CAPA-cvs] cvs: loncom /build Makefile.cvs
harris41
lon-capa-cvs@mail.lon-capa.org
Mon, 11 Feb 2002 06:28:11 -0000
harris41 Mon Feb 11 01:28:11 2002 EDT
Modified files:
/loncom/build Makefile.cvs
Log:
making the metric directory target variable
Index: loncom/build/Makefile.cvs
diff -u loncom/build/Makefile.cvs:1.2 loncom/build/Makefile.cvs:1.3
--- loncom/build/Makefile.cvs:1.2 Mon Jan 7 19:01:22 2002
+++ loncom/build/Makefile.cvs Mon Feb 11 01:28:11 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile.cvs,v 1.2 2002/01/08 00:01:22 harris41 Exp $
+# $Id: Makefile.cvs,v 1.3 2002/02/11 06:28:11 harris41 Exp $
STATDIR="loncom/build/cvsstats"
STATSUBDIR="cvsstats"
@@ -63,7 +63,7 @@
echo "</pre></p>" >> ../../doc/build/cvsreport.html
statpage:
- install -d cvsstats
+ install -d $(STATSUBDIR)
echo '<html><title>LON-CAPA Coding Metrics</title>' > $(STATSUBDIR)/index.html
echo '<body bgcolor="#ffffff">' >> $(STATSUBDIR)/index.html
echo '<h1>LON-CAPA Coding Metrics</h1>' >> $(STATSUBDIR)/index.html