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

harris41 lon-capa-cvs@mail.lon-capa.org
Sun, 28 Apr 2002 04:46:56 -0000


harris41		Sun Apr 28 00:46:56 2002 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  we want CVS entries information so as to be intelligent
  when installing onto filesystem
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.89 loncom/build/Makefile:1.90
--- loncom/build/Makefile:1.89	Sat Apr 27 17:23:17 2002
+++ loncom/build/Makefile	Sun Apr 28 00:46:56 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 
 # Scott Harrison
-# $Id: Makefile,v 1.89 2002/04/27 21:23:17 harris41 Exp $
+# $Id: Makefile,v 1.90 2002/04/28 04:46:56 harris41 Exp $
 
 DISTPROBE=`perl ./distprobe`
 DIST=$(DISTPROBE)
@@ -360,6 +360,8 @@
 	cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \
 	perl lpml_parse.pl MANIFEST development default \
 	'$(SOURCE)' '$(TARGET)' | grep '[[:alnum:]]' >> $(SOURCE)/MANIFEST
+	cd $(SOURCE); find . -type f -name 'Entries' | grep 'CVS/Entries' >> \
+	MANIFEST
 	echo 'README' >> $(SOURCE)/MANIFEST
 	echo 'UPDATE' >> $(SOURCE)/MANIFEST
 	echo 'TEST' >> $(SOURCE)/MANIFEST