version 1.190.8.5, 2011/05/13 12:04:56
|
version 1.195, 2011/03/10 16:41:42
|
Line 13 DIST=$(DISTPROBE)
|
Line 13 DIST=$(DISTPROBE)
|
CATEGORY="development" |
CATEGORY="development" |
SOURCE=../.. |
SOURCE=../.. |
TARGET="" |
TARGET="" |
CURRSHELL=`echo $(SHELL)` |
|
ifneq ('/bin/bash',${CURRSHELL}) |
|
CURRSHELL=/bin/bash |
|
endif |
|
NORESTORECONF="0" |
NORESTORECONF="0" |
HOSTNAME="" |
HOSTNAME="" |
LAUNCH=| perl |
LAUNCH=| perl |
Line 26 SAVE=program.pl.$(TIMESTAMP)
|
Line 22 SAVE=program.pl.$(TIMESTAMP)
|
LAUNCHSAVE=$(OUTSTREAM) $(SAVE) |
LAUNCHSAVE=$(OUTSTREAM) $(SAVE) |
METAMTARGET="" |
METAMTARGET="" |
MTARGET="" |
MTARGET="" |
VERSION=2.10.0 |
VERSION=CVS_HEAD |
SHOWVERSION=$(VERSION) |
SHOWVERSION=$(VERSION) |
NEXTVERSION=2.11 |
NEXTVERSION=2.11 |
ifeq (CVS_HEAD,${VERSION}) |
ifeq (CVS_HEAD,${VERSION}) |
Line 539 postinstall:
|
Line 535 postinstall:
|
make picins_check |
make picins_check |
make mimetex_version_check |
make mimetex_version_check |
make verify_domconfiguser |
make verify_domconfiguser |
make latex_fmtutil |
make latex_fmtutil |
VERSION: |
VERSION: |
install -d $(TARGET)/etc |
install -d $(TARGET)/etc |
echo -n "LON-CAPA release $(VERSION)-" > $(TARGET)/etc/loncapa-release |
echo -n "LON-CAPA release $(VERSION)-" > $(TARGET)/etc/loncapa-release |
Line 549 VERSION:
|
Line 545 VERSION:
|
date +"%Y%m%d" >> $(TARGET)/home/httpd/html/lon-status/version.txt |
date +"%Y%m%d" >> $(TARGET)/home/httpd/html/lon-status/version.txt |
|
|
aboutVERSION: |
aboutVERSION: |
cp -p -v $(SOURCE)/loncom/license/about.html \ |
cp -v $(SOURCE)/loncom/license/about.html \ |
$(SOURCE)/loncom/license/about.html.orig |
$(SOURCE)/loncom/license/about.html.orig |
cp -p -v $(SOURCE)/loncom/loncapa_apache.conf \ |
cp -v $(SOURCE)/loncom/loncapa_apache.conf \ |
$(SOURCE)/loncom/loncapa_apache.conf.orig |
$(SOURCE)/loncom/loncapa_apache.conf.orig |
cat $(SOURCE)/loncom/license/about.html | \ |
cat $(SOURCE)/loncom/license/about.html | \ |
perl -e '$$d=`date +"%Y%m%d%H"`;chomp($$d);while(<>){s/(\<\!\-\- VERSION \-\-\>|\d+\.\d+\.CVS_HEAD\-\d{10})/$(SHOWVERSION)-$$d/; print;}' > \ |
perl -e '$$d=`date +"%Y%m%d%H"`;chomp($$d);while(<>){s/(\<\!\-\- VERSION \-\-\>|\d+\.\d+\.CVS_HEAD\-\d{10})/$(SHOWVERSION)-$$d/; print;}' > \ |
Line 597 Makefile.configinstall: $(SOURCE)/doc/lo
|
Line 593 Makefile.configinstall: $(SOURCE)/doc/lo
|
Makefile.build: $(SOURCE)/doc/loncapafiles/loncapafiles.lpml lpml_parse.pl |
Makefile.build: $(SOURCE)/doc/loncapafiles/loncapafiles.lpml lpml_parse.pl |
cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \ |
cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \ |
perl lpml_parse.pl build $(CATEGORY) $(DIST) "$(SOURCE)" "$(TARGET)" \ |
perl lpml_parse.pl build $(CATEGORY) $(DIST) "$(SOURCE)" "$(TARGET)" \ |
"$(CURRSHELL)" > Makefile.build |
> Makefile.build |
|
|
Makefile.install: alwaysrun |
Makefile.install: alwaysrun |
cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \ |
cat $(SOURCE)/doc/loncapafiles/loncapafiles.lpml | \ |