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

harris41 lon-capa-cvs@mail.lon-capa.org
Thu, 02 May 2002 17:03:54 -0000


harris41		Thu May  2 13:03:54 2002 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  capaFunctions needed for build
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.95 loncom/build/Makefile:1.96
--- loncom/build/Makefile:1.95	Thu May  2 12:56:20 2002
+++ loncom/build/Makefile	Thu May  2 13:03:54 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 
 # Scott Harrison
-# $Id: Makefile,v 1.95 2002/05/02 16:56:20 harris41 Exp $
+# $Id: Makefile,v 1.96 2002/05/02 17:03:54 harris41 Exp $
 
 DISTPROBE=`perl ./distprobe`
 DIST=$(DISTPROBE)
@@ -381,6 +381,7 @@
 	echo 'doc/lib/perl' >> $(SOURCE)/MANIFEST
 	echo 'doc/lib/perl/Apache' >> $(SOURCE)/MANIFEST
 	echo 'doc/scripts' >> $(SOURCE)/MANIFEST
+	echo 'loncom/homework/caparesponse/capaFunctions' >> $(SOURCE)/MANIFEST
 	echo '#!/bin/sh' > $(SOURCE)/UPDATE
 	echo 'cd loncom/build; make build; make install' >> $(SOURCE)/UPDATE
 	echo '#!/bin/sh' > $(SOURCE)/TEST