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

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

[elpa] externals/realgud-lldb 386588a 17/56: Fix up packaging


From: Rocky Bernstein
Subject: [elpa] externals/realgud-lldb 386588a 17/56: Fix up packaging
Date: Thu, 23 May 2019 02:11:38 -0400 (EDT)

branch: externals/realgud-lldb
commit 386588aa4efe4540c18a12f00b4ff597ac3c632f
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Fix up packaging
---
 Makefile.am      | 4 +++-
 THANKS           | 0
 common.mk.in     | 2 --
 lldb/Makefile.am | 3 +++
 realgud-lldb.el  | 2 +-
 test/Makefile.am | 3 +++
 6 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index bce3049..00886b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,11 +9,13 @@ RUBY   ?= ruby
 
 lispdir = @lispdir@
 
+lisp_files = $(wildcard *.el)
+lisp_LISP = $(lisp_files)
 include common.mk
 
 PHONY=check clean dist distclean test check-short check-terse install-short
 
-EXTRA_DIST=common.mk.in INSTALL.md README.md THANKS $(lisp_files)
+EXTRA_DIST = common.mk.in INSTALL.md README.md THANKS $(lisp_files)
 
 if MAINTAINER_MODE
 
diff --git a/THANKS b/THANKS
new file mode 100644
index 0000000..e69de29
diff --git a/common.mk.in b/common.mk.in
index 570c996..0007063 100644
--- a/common.mk.in
+++ b/common.mk.in
@@ -1,5 +1,3 @@
-lisp_files := $(wildcard *.el)
-lisp_LISP = $(lisp_files)
 MOSTLYCLEANFILES = *.elc
 address@hidden@
 
diff --git a/lldb/Makefile.am b/lldb/Makefile.am
index 23f8a8f..4761b78 100644
--- a/lldb/Makefile.am
+++ b/lldb/Makefile.am
@@ -1 +1,4 @@
+lisp_files = $(wildcard *.el)
+EXTRA_DIST = $(lisp_files)
+lisp_LISP = $(lisp_files)
 include ../common.mk
diff --git a/realgud-lldb.el b/realgud-lldb.el
index 9c2d3ba..c98ea17 100644
--- a/realgud-lldb.el
+++ b/realgud-lldb.el
@@ -25,7 +25,7 @@
 
 ;;; Commentary:
 
-;; realgud support for the Ruby byebug debugger
+;; realgud support for the LLVM's debugger lldb
 
 ;;; Code:
 
diff --git a/test/Makefile.am b/test/Makefile.am
index f37cb09..8b78d7c 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,3 +1,6 @@
+lisp_files = $(wildcard *.el)
+EXTRA_DIST = $(lisp_files)
+lisp_LISP = $(lisp_files)
 include $(top_srcdir)/common.mk
 
 PHONY=check test all check-elget test-elget help



reply via email to

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