[LON-CAPA-cvs] cvs: loncom /build Makefile
harris41
lon-capa-cvs@mail.lon-capa.org
Thu, 18 Jul 2002 21:28:35 -0000
harris41 Thu Jul 18 17:28:35 2002 EDT
Modified files:
/loncom/build Makefile
Log:
placing rh73 fresh install instructions into download directory
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.126 loncom/build/Makefile:1.127
--- loncom/build/Makefile:1.126 Thu Jul 11 01:28:06 2002
+++ loncom/build/Makefile Thu Jul 18 17:28:35 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Scott Harrison
-# $Id: Makefile,v 1.126 2002/07/11 05:28:06 harris41 Exp $
+# $Id: Makefile,v 1.127 2002/07/18 21:28:35 harris41 Exp $
DISTPROBE=`perl ./distprobe`
DIST=$(DISTPROBE)
@@ -358,6 +358,8 @@
$(SOURCE)/doc/build/install.html > docs/install/index.html
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
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 \