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

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

[nongnu] elpa/swsw 48e4811965 089/146: ; Remove (incorrect) description


From: ELPA Syncer
Subject: [nongnu] elpa/swsw 48e4811965 089/146: ; Remove (incorrect) description of the 'make all' target in the Makefile
Date: Wed, 25 May 2022 02:59:50 -0400 (EDT)

branch: elpa/swsw
commit 48e481196586e83c3a547925b0d70d2fb1c5c420
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@dsemy.com>

    ; Remove (incorrect) description of the 'make all' target in the Makefile
---
 Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 2483ecd888..5812b9547f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,8 @@ include config.mk
 all: package
 
 help:
-       $(info make all      - generate info manual)
-       $(info make info     - generate info manual)
-       $(info make package  - generate tar file containing the package)
+       $(info make info     - generate the info manual)
+       $(info make package  - generate a tar file containing the package)
        $(info make clean    - remove generated files)
        @exit
 



reply via email to

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