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

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

[elpa] externals/hyperbole e654a6d 02/51: Fail packaging when proper ver


From: Stefan Monnier
Subject: [elpa] externals/hyperbole e654a6d 02/51: Fail packaging when proper version number is missing
Date: Sun, 12 Jul 2020 18:10:07 -0400 (EDT)

branch: externals/hyperbole
commit e654a6d4178b8a918f581f84c79dd7d6ad95256e
Author: Mats Lidell <matsl@gnu.org>
Commit: Mats Lidell <matsl@gnu.org>

    Fail packaging when proper version number is missing
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1d02daf..4dd6721 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
+       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
        @ echo ""
 
 # Build the Info, HTML and Postscript versions of the user manual and 
README.md.html.



reply via email to

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