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

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

[elpa] externals/hyperbole ad4dc9f 09/51: Makefile - add missing gzipped


From: Stefan Monnier
Subject: [elpa] externals/hyperbole ad4dc9f 09/51: Makefile - add missing gzipped tar file dependency to 'ftp' target
Date: Sun, 12 Jul 2020 18:10:08 -0400 (EDT)

branch: externals/hyperbole
commit ad4dc9f196081f00d6f8e68d7627eb96eab130b6
Author: Bob Weiner <rsw@gnu.org>
Commit: Bob Weiner <rsw@gnu.org>

    Makefile - add missing gzipped tar file dependency to 'ftp' target
---
 Changes  | 3 +++
 Makefile | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index c4312e3..8f14393 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@
 
 * Published 7.0.8 test release.
 
+* Makefile (ftp): Added missing gzipped tar file dependency
+  hui-select.el: Removed kotl-mode require as it caused an infinite loading 
cycle
+
 2020-01-07  Bob Weiner  <rsw@gnu.org>
 
 * hui-mini.el (hui:menus): Added Gbut/Rename.
diff --git a/Makefile b/Makefile
index 319b0e1..4e45276 100644
--- a/Makefile
+++ b/Makefile
@@ -275,7 +275,7 @@ clean:
 version: doc
        @ echo ""
        @ echo "Any fgrep output means the version number has not been updated 
in that file."
-       fgrep -L $(HYPB_VERSION) Makefile HY-ABOUT HY-NEWS README.md 
hversion.el hyperbole.el man/hyperbole.texi man/version.texi; [ $$? -ne 0 ] || 
exit 1
+       fgrep -L $(HYPB_VERSION) Makefile HY-ABOUT HY-NEWS README.md 
hversion.el hyperbole.el man/hyperbole.texi man/version.texi; [ $$? -eq 0 ] || 
exit 1
        @ echo ""
 
 # Build the Info, HTML and Postscript versions of the user manual and 
README.md.html.
@@ -327,7 +327,7 @@ elpa-test: package
 
 # Send compressed tarball for uploading to GNU ftp site; this must be done 
from the directory
 # containing the tarball to upload.
-ftp: package
+ftp: package $(pkg_dir)/hyperbole-$(HYPB_VERSION).tar.gz
        cd $(pkg_dir) && $(GNUFTP) hyperbole-$(HYPB_VERSION).tar.gz
 
 # Autoloads



reply via email to

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