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

harris41 lon-capa-cvs@mail.lon-capa.org
Fri, 19 Jul 2002 18:54:42 -0000


harris41		Fri Jul 19 14:54:42 2002 EDT

  Modified files:              
    /loncom/build	Makefile 
  Log:
  fixing directory name discrepancy
  
  
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.127 loncom/build/Makefile:1.128
--- loncom/build/Makefile:1.127	Thu Jul 18 17:28:35 2002
+++ loncom/build/Makefile	Fri Jul 19 14:54:41 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 
 # Scott Harrison
-# $Id: Makefile,v 1.127 2002/07/18 21:28:35 harris41 Exp $
+# $Id: Makefile,v 1.128 2002/07/19 18:54:41 harris41 Exp $
 
 DISTPROBE=`perl ./distprobe`
 DIST=$(DISTPROBE)
@@ -359,7 +359,7 @@
 	cp -v $(SOURCE)/doc/install/redhat7.3/new_install_rh73.html \
 		docs/install/rh73.html
 	cp -v $(SOURCE)/doc/install/redhat7.3/new_install_rh73.html \
-		docs/download/rh73.html
+		docs/downloads/rh73.html
 	install -m 0755 -d docs/upgrade
 	cd docs/upgrade; ln -fs ../installation_manual.pdf upgrade.pdf
 	perl doc_template.pl $(SOURCE)/doc/templates/template.html \