--- loncom/build/Makefile 2002/07/11 05:09:55 1.125 +++ loncom/build/Makefile 2002/07/19 18:54:41 1.128 @@ -1,14 +1,13 @@ # The LearningOnline Network with CAPA # Scott Harrison -# $Id: Makefile,v 1.125 2002/07/11 05:09:55 harris41 Exp $ +# $Id: Makefile,v 1.128 2002/07/19 18:54:41 harris41 Exp $ DISTPROBE=`perl ./distprobe` DIST=$(DISTPROBE) CATEGORY="development" SOURCE=../.. TARGET="" -DIRTARGET=loncapa NORESTORECONF="0" HOSTNAME="" LAUNCH=| perl @@ -19,6 +18,7 @@ LAUNCHSAVE=$(OUTSTREAM) $(SAVE) METAMTARGET="" MTARGET="" VERSION=0.4 +DIRTARGET=loncapa-$(VERSION) help: @echo "*** You need to specify a valid target ***" @@ -358,6 +358,8 @@ doc: $(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/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 \ @@ -508,7 +510,7 @@ tardist: make aboutVERSION cd $(SOURCE); \ tar --no-recursion --numeric-owner --files-from MANIFEST_loncapa \ - -h -czf loncapa.tar.gz 2>WARNINGS || [ "0" == "0" ] + -h -czf $(DIRTARGET).tar.gz 2>WARNINGS || [ "0" == "0" ] mv -v $(SOURCE)/loncom/license/about.html.orig \ $(SOURCE)/loncom/license/about.html cat $(SOURCE)/WARNINGS | \