emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole b9b37a2 2/2: Makefile fixes; Merge branch 'ma


From: Robert Weiner
Subject: [elpa] externals/hyperbole b9b37a2 2/2: Makefile fixes; Merge branch 'master' of http://git.savannah.gnu.org/r/hyperbole into externals/hyperbole
Date: Tue, 9 Aug 2016 19:42:29 +0000 (UTC)

branch: externals/hyperbole
commit b9b37a2714e128ca9ed6b7bb151f8d42f1286d58
Merge: df14034 c5b6cb4
Author: Bob Weiner <address@hidden>
Commit: Bob Weiner <address@hidden>

    Makefile fixes; Merge branch 'master' of 
http://git.savannah.gnu.org/r/hyperbole into externals/hyperbole
---
 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]