[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/hyperbole c5b6cb4 1/2: Added elpa_hypb_dir pointer to l
From: |
Robert Weiner |
Subject: |
[elpa] externals/hyperbole c5b6cb4 1/2: Added elpa_hypb_dir pointer to local clone of Elpa Hyperbole package directory. |
Date: |
Tue, 9 Aug 2016 19:42:29 +0000 (UTC) |
branch: externals/hyperbole
commit c5b6cb482e3eb4db86d445f4cd55d65f1cbdff2a
Author: Bob Weiner <address@hidden>
Commit: Bob Weiner <address@hidden>
Added elpa_hypb_dir pointer to local clone of Elpa Hyperbole package
directory.
---
Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 4d271c4..00e305c 100644
--- a/Makefile
+++ b/Makefile
@@ -87,6 +87,9 @@ TEXI2PDF = makeinfo --pdf --no-split
# Where to find the parent tree of the Hyperbole source directory.
id_dir = $(HOME)/sw-dev/emacs
+# Where to find the local clone of the Elpa Hyperbole package repository
+elpa_hypb_dir = $(id_dir)/elpa/packages/hyperbole
+id_dir = $(HOME)/sw-dev/emacs
# Where to find the .texi source of the user manual.
man_dir := $(shell pwd)/man
# Where to install the Hyperbole mouse key help file
@@ -272,11 +275,11 @@ git-push:
# git, ELPA will automatically check and build its Hyperbole archive, allowing
users to
# update their packages of Hyperbole. ELPA does this twice a day now.
elpa: package
- cd ../elpa/package/hyperbole && git pull
http://git.savannah.gnu.org/r/hyperbole.git master \
+ cd $(elpa_hypb_dir) && git pull
http://git.savannah.gnu.org/r/hyperbole.git master \
&& git tag -s hyperbole-$(HYPB_VERSION) && git push
elpa-test: package
- cd ../elpa/package/hyperbole && git pull
http://git.savannah.gnu.org/r/hyperbole.git master
+ cd $(elpa_hypb_dir) && git pull
http://git.savannah.gnu.org/r/hyperbole.git master
# Send compressed tarball for uploading to GNU ftp site; this must be done
from the directory
# containing the tarball to upload.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/hyperbole c5b6cb4 1/2: Added elpa_hypb_dir pointer to local clone of Elpa Hyperbole package directory.,
Robert Weiner <=