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

harris41 lon-capa-cvs@mail.lon-capa.org
Thu, 25 Apr 2002 22:43:07 -0000


harris41		Thu Apr 25 18:43:07 2002 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  doc/scripts needed for build
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.83 loncom/build/Makefile:1.84
--- loncom/build/Makefile:1.83	Thu Apr 25 18:40:45 2002
+++ loncom/build/Makefile	Thu Apr 25 18:43:07 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 
 # Scott Harrison
-# $Id: Makefile,v 1.83 2002/04/25 22:40:45 harris41 Exp $
+# $Id: Makefile,v 1.84 2002/04/25 22:43:07 harris41 Exp $
 
 DISTPROBE=`perl ./distprobe`
 DIST=$(DISTPROBE)
@@ -366,6 +366,7 @@
 	echo 'doc/man' >> $(SOURCE)/MANIFEST
 	echo 'doc/lib' >> $(SOURCE)/MANIFEST
 	echo 'doc/lib/perl' >> $(SOURCE)/MANIFEST
+	echo 'doc/scripts' >> $(SOURCE)/MANIFEST
 	echo '#!/bin/sh' > $(SOURCE)/UPDATE
 	echo 'cd loncom/build; make build; make install' >> $(SOURCE)/UPDATE
 	echo '#!/bin/sh' > $(SOURCE)/TEST