version 1.123, 2002/06/18 06:43:09
|
version 1.128, 2002/07/19 18:54:41
|
Line 8 DIST=$(DISTPROBE)
|
Line 8 DIST=$(DISTPROBE)
|
CATEGORY="development" |
CATEGORY="development" |
SOURCE=../.. |
SOURCE=../.. |
TARGET="" |
TARGET="" |
DIRTARGET=loncapa |
|
NORESTORECONF="0" |
NORESTORECONF="0" |
HOSTNAME="" |
HOSTNAME="" |
LAUNCH=| perl |
LAUNCH=| perl |
Line 18 SAVE=program.pl.$(TIMESTAMP)
|
Line 17 SAVE=program.pl.$(TIMESTAMP)
|
LAUNCHSAVE=$(OUTSTREAM) $(SAVE) |
LAUNCHSAVE=$(OUTSTREAM) $(SAVE) |
METAMTARGET="" |
METAMTARGET="" |
MTARGET="" |
MTARGET="" |
VERSION=0.1 |
VERSION=0.4 |
|
DIRTARGET=loncapa-$(VERSION) |
|
|
help: |
help: |
@echo "*** You need to specify a valid target ***" |
@echo "*** You need to specify a valid target ***" |
Line 356 doc:
|
Line 356 doc:
|
cd docs/install; ln -fs ../installation_manual.pdf install.pdf |
cd docs/install; ln -fs ../installation_manual.pdf install.pdf |
perl doc_template.pl $(SOURCE)/doc/templates/template.html \ |
perl doc_template.pl $(SOURCE)/doc/templates/template.html \ |
$(SOURCE)/doc/build/install.html > docs/install/index.html |
$(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 |
install -m 0755 -d docs/upgrade |
cd docs/upgrade; ln -fs ../installation_manual.pdf upgrade.pdf |
cd docs/upgrade; ln -fs ../installation_manual.pdf upgrade.pdf |
perl doc_template.pl $(SOURCE)/doc/templates/template.html \ |
perl doc_template.pl $(SOURCE)/doc/templates/template.html \ |
Line 506 tardist:
|
Line 510 tardist:
|
make aboutVERSION |
make aboutVERSION |
cd $(SOURCE); \ |
cd $(SOURCE); \ |
tar --no-recursion --numeric-owner --files-from MANIFEST_loncapa \ |
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 \ |
mv -v $(SOURCE)/loncom/license/about.html.orig \ |
$(SOURCE)/loncom/license/about.html |
$(SOURCE)/loncom/license/about.html |
cat $(SOURCE)/WARNINGS | \ |
cat $(SOURCE)/WARNINGS | \ |