summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Weiner <rsw@gnu.org>2016-07-19 11:08:57 -0400
committerBob Weiner <rsw@gnu.org>2016-07-19 12:23:56 -0400
commit465cba18a3b7b9b4f1914ee2b51a7f0d1a15fdbf (patch)
tree1b211830b023fbc5424d137557c893643b3bd265 /Makefile
parent991c75a4f6f1e7be6703835f1b537e1d909dd7bd (diff)
* man/hyperbole.texi: Fixed typos and improved explanations in parts.
* Makefile (GPG): Added to digitally sign Hyperbole distributions.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ff8108..62299ee 100644
--- a/Makefile
+++ b/Makefile
@@ -105,6 +105,7 @@ MKDIR = \mkdir -p
MAKE = \make
RM = \rm -f
TAR = \tar
+GPG = \gpg
ZIP = \zip -qry
# Directory in which to create new package distributions of Hyperbole.
@@ -249,8 +250,9 @@ $(pkg_dir)/hyperbole-$(HYPB_VERSION).tar: $(HYPERBOLE_FILES)
cd $(pkg_dir) && $(RM) h.tar; \
COPYFILE_DISABLE=1 $(TAR) -clf $(pkg_dir)/hyperbole-$(HYPB_VERSION).tar hyperbole-$(HYPB_VERSION)
$(INSTALL) HY-NEWS HY-README HY-WHY.kotl $(pkg_dir)/; chmod 644 $(pkg_dir)/*.tar
+ $(GPG) -ba -o hyperbole-$(HYPB_VERSION).tar.sig hyperbole-$(HYPB_VERSION).tar
@ echo; echo "Hyperbole package built successfully:"
- @ ls -l $(pkg_dir)/hyperbole-$(HYPB_VERSION).tar
+ @ ls -l $(pkg_dir)/hyperbole-$(HYPB_VERSION).tar*
packageclean:
if [ -d $(pkg_hyperbole) ]; then \