[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Fri, 26 Apr 2002 14:25:47 -0000
harris41 Fri Apr 26 10:25:47 2002 EDT
Modified files:
/loncom/build Makefile
Log:
MANIFEST file should be included in tarball distribution
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.85 loncom/build/Makefile:1.86
--- loncom/build/Makefile:1.85 Fri Apr 26 09:20:08 2002
+++ loncom/build/Makefile Fri Apr 26 10:25:47 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.85 2002/04/26 13:20:08 harris41 Exp $
+# $Id: Makefile,v 1.86 2002/04/26 14:25:47 harris41 Exp $
DISTPROBE=`perl ./distprobe`
DIST=$(DISTPROBE)
@@ -363,6 +363,7 @@
echo 'README' >> $(SOURCE)/MANIFEST
echo 'UPDATE' >> $(SOURCE)/MANIFEST
echo 'TEST' >> $(SOURCE)/MANIFEST
+ echo 'MANIFEST' >> $(SOURCE)/MANIFEST
echo 'doc/man' >> $(SOURCE)/MANIFEST
echo 'doc/lib' >> $(SOURCE)/MANIFEST
echo 'doc/lib/perl' >> $(SOURCE)/MANIFEST