branch: externals/hyperbole
commit df14034e3f676400f2e836c93e1fab27e9a440d7
Merge: 6e38a4b 12651d8
Author: Bob Weiner <[email protected]>
Commit: Bob Weiner <[email protected]>
Merge branch 'master' of http://git.savannah.gnu.org/r/hyperbole into
externals/hyperbole
---
Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 185cfcb..4d271c4 100644
--- a/Makefile
+++ b/Makefile
@@ -259,7 +259,7 @@ package: git-pull doc kotl/kotl-loaddefs.el
$(pkg_dir)/hyperbole-$(HYPB_VERSION)
# Generate and distribute a Hyperbole release to GNU ELPA and ftp.gnu.org.
# One step in this is to generate an autoloads file for the Koutliner,
kotl/kotl-loaddefs.el.
-release: package git-push $(pkg_dir)/hyperbole-$(hypb_version).tar.gz elpa ftp
+release: package git-push $(pkg_dir)/hyperbole-$(HYPB_VERSION).tar.gz elpa ftp
@ echo; echo "Hyperbole $(HYPB_VERSION) released to elpa and
ftp.gnu.org successfully."
# Ensure local hyperbole directory is synchronized with master before building
a release.
@@ -275,6 +275,9 @@ elpa: package
cd ../elpa/package/hyperbole && 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
+
# Send compressed tarball for uploading to GNU ftp site; this must be done
from the directory
# containing the tarball to upload.
ftp: package