aboutsummaryrefslogtreecommitdiff
path: root/Makefile.devel
diff options
context:
space:
mode:
authorThomas Kleymann1998-10-21 16:21:21 +0000
committerThomas Kleymann1998-10-21 16:21:21 +0000
commit0f315e11c5425f462ba8ff7b84cbefc77aa208d6 (patch)
tree44f0dc86155372c697b9914a6a0250ec033cc9c9 /Makefile.devel
parent0a2eba3a84b175c42112d5b0f542a88e6802db9c (diff)
modified local installation procedure
Diffstat (limited to 'Makefile.devel')
-rw-r--r--Makefile.devel8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.devel b/Makefile.devel
index e76f5452..27b1e42e 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -90,7 +90,7 @@ FILES_NONCVS = ChangeLog
# Where to install a distribution
# DISTINSTALLDIR=/usr/local/share/elisp/proofgeneral
# value for dcs.ed.ac.uk:
-DISTINSTALLDIR=/export/local/share/elisp/proofgeneral
+DISTINSTALLDIR=/export/local/share/elisp
FORCE:
@@ -321,6 +321,8 @@ releaseall: release rpmrelease releaseclean
# special places.
#
distinstall:
- rm -rf $(DISTINSTALLDIR)
+ rm -rf $(DISTINSTALLDIR)/$(NAME)
mkdir -p $(DISTINSTALLDIR)
- (cd $(DISTINSTALLDIR); $(TAR) -xpzf $(DISTBUILDIR)/$(RELEASENAMETARGZ))
+ (cd $(DISTINSTALLDIR); \
+ $(TAR) -xpzf $(DISTBUILDIR)/$(RELEASENAMETARGZ) \
+ mv $(RELEASENAME) $(NAME))