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

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


harris41		Thu Apr 25 18:40:45 2002 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  adding in temp directories needed for building
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.82 loncom/build/Makefile:1.83
--- loncom/build/Makefile:1.82	Mon Apr 22 13:41:20 2002
+++ loncom/build/Makefile	Thu Apr 25 18:40:45 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 
 # Scott Harrison
-# $Id: Makefile,v 1.82 2002/04/22 17:41:20 harris41 Exp $
+# $Id: Makefile,v 1.83 2002/04/25 22:40:45 harris41 Exp $
 
 DISTPROBE=`perl ./distprobe`
 DIST=$(DISTPROBE)
@@ -53,6 +53,8 @@
 	@echo "RPM: build LON-CAPA-base RPM from CVS repository"
 	@echo "setup_RPM: build LON-CAPA-setup RPM from CVS repository"
 	@echo "           handy for CD-ROM generation"
+	@echo "tardist: build a tarball that will upgrade the software on a "
+	@echo "         system"
 
 test: TEST_lpml_scripts TEST_system_dependencies TEST_web_layer
 	@echo "ALL SYSTEM DEPENDENCY TESTS SUCCESSFUL"
@@ -361,6 +363,9 @@
 	echo 'README' >> $(SOURCE)/MANIFEST
 	echo 'UPDATE' >> $(SOURCE)/MANIFEST
 	echo 'TEST' >> $(SOURCE)/MANIFEST
+	echo 'doc/man' >> $(SOURCE)/MANIFEST
+	echo 'doc/lib' >> $(SOURCE)/MANIFEST
+	echo 'doc/lib/perl' >> $(SOURCE)/MANIFEST
 	echo '#!/bin/sh' > $(SOURCE)/UPDATE
 	echo 'cd loncom/build; make build; make install' >> $(SOURCE)/UPDATE
 	echo '#!/bin/sh' > $(SOURCE)/TEST