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

harris41 lon-capa-cvs@mail.lon-capa.org
Thu, 02 May 2002 14:48:14 -0000


harris41		Thu May  2 10:48:14 2002 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  including files for automatic testing of LON-CAPA machine in the
  tarball distro
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.93 loncom/build/Makefile:1.94
--- loncom/build/Makefile:1.93	Wed May  1 13:06:22 2002
+++ loncom/build/Makefile	Thu May  2 10:48:14 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 
 # Scott Harrison
-# $Id: Makefile,v 1.93 2002/05/01 17:06:22 harris41 Exp $
+# $Id: Makefile,v 1.94 2002/05/02 14:48:14 harris41 Exp $
 
 DISTPROBE=`perl ./distprobe`
 DIST=$(DISTPROBE)
@@ -360,7 +360,9 @@
 	cat $(SOURCE)/doc/loncapafiles/buildfiles.lpml | \
 	perl lpml_parse.pl MANIFEST development default \
 	'$(SOURCE)' '$(TARGET)' | grep '[[:alnum:]]' > $(SOURCE)/MANIFEST
-	cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
+	cat $(SOURCE)/doc/loncapafiles/testfiles.lpml | \
+	perl lpml_parse.pl MANIFEST development default \
+	'$(SOURCE)' '$(TARGET)' | grep '[[:alnum:]]' >> $(SOURCE)/MANIFEST
 	perl lpml_parse.pl MANIFEST development default \
 	'$(SOURCE)' '$(TARGET)' | grep '[[:alnum:]]' >> $(SOURCE)/MANIFEST
 	cd $(SOURCE); find . -type f -name 'Entries' | grep 'CVS/Entries' >> \