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

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

[elpa] externals/hyperbole 07dcd03ed7: Add help message for make targets


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 07dcd03ed7: Add help message for make targets for install tests (#152)
Date: Mon, 17 Jan 2022 15:57:29 -0500 (EST)

branch: externals/hyperbole
commit 07dcd03ed7fc18c7782fd23f3791347a08fee96b
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Add help message for make targets for install tests (#152)
---
 ChangeLog |  4 ++++
 Makefile  | 24 +++++++++++++++++++++++-
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f3e5b811d2..e1f73d824f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-01-16  Mats Lidell  <matsl@gnu.org>
+
+* Makefile (help): Extend help section with install tests.
+
 2022-01-16  Bob Weiner  <rsw@gnu.org>
 
 * EXAMPLE.kotl: Add section on Org table-handling support.
diff --git a/Makefile b/Makefile
index d2dc7dfd16..e29f4a1b2a 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,17 @@
 #                  "man/hyperbole.html"   - Web browsable version
 #                  "man/hyperbole.pdf"    - Printable version
 #                  "man/hyperbole.texi"   - source form
+#
+#               * Developer targets
+#
+#               To run unit tests:
+#                   make test           - run not interactive tests in batch 
mode
+#                   make test-all       - run all tests startin an emacs in 
windowed mode
+#
+#               Verify hyperbole installation using different sources:
+#                   make install-<source>
+#               Where source can be 'elpa', 'elpa-devel', 'tarball' (tarball 
from elpa-devel),
+#               'straight' (git master from savannah) or 'all'.
 
 # Code:
 ##########################################################################
@@ -223,6 +234,17 @@ help:
        @ echo "    man/hyperbole.html    - Web browsable version"
        @ echo "    man/hyperbole.pdf     - Printable version"
        @ echo "    man/hyperbole.texi    - source form"
+       @ echo ""
+       @ echo "* Developer targets"
+       @ echo ""
+       @ echo "To run unit tests:"
+       @ echo "    make test           - run not interactive tests in batch 
mode"
+       @ echo "    make test-all       - run all tests startin an emacs in 
windowed mode"
+       @ echo ""
+       @ echo "Verify hyperbole installation using different sources:"
+       @ echo "    make install-<source>"
+       @ echo "Where source can be 'elpa', 'elpa-devel', 'tarball' (tarball 
from elpa-devel),"
+       @ echo "'straight' (git master from savannah) or 'all'."
 
 all: help
 
@@ -423,7 +445,7 @@ endif
 # Hyperbole install tests - Verify that hyperbole can be installed
 # using different sources. See folder "install-test"
 .PHONY: install-elpa install-elpa-devel install-tarball install-straight 
install-all
-install-all: install-elpa install-tarball install-straight
+install-all: install-elpa install-elpa-devel install-tarball install-straight
 
 install-elpa install-elpa-devel install-tarball install-straight:
        @echo "Install Hyperbole using $@"



reply via email to

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