diff options
| author | Thomas Kleymann | 1998-10-21 16:21:21 +0000 |
|---|---|---|
| committer | Thomas Kleymann | 1998-10-21 16:21:21 +0000 |
| commit | 0f315e11c5425f462ba8ff7b84cbefc77aa208d6 (patch) | |
| tree | 44f0dc86155372c697b9914a6a0250ec033cc9c9 /Makefile.devel | |
| parent | 0a2eba3a84b175c42112d5b0f542a88e6802db9c (diff) | |
modified local installation procedure
Diffstat (limited to 'Makefile.devel')
| -rw-r--r-- | Makefile.devel | 8 |
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)) |
