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 | |
| parent | 0a2eba3a84b175c42112d5b0f542a88e6802db9c (diff) | |
modified local installation procedure
| -rw-r--r-- | Makefile.devel | 8 | ||||
| -rw-r--r-- | etc/lego/lego-site.el | 2 |
2 files changed, 6 insertions, 4 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)) diff --git a/etc/lego/lego-site.el b/etc/lego/lego-site.el index 9fabad6d..c503a9d6 100644 --- a/etc/lego/lego-site.el +++ b/etc/lego/lego-site.el @@ -14,7 +14,7 @@ (setq load-path (cons "/usr/local/share/elisp/lego" load-path)) (load "lego")) ((string= version "latest") - (load-file "/usr/local/share/elisp/proofgeneral/generic/proof-site.el")))) + (load-file "/usr/local/share/elisp/ProofGeneral/generic/proof-site.el"))))
\ No newline at end of file |
