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

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

[elpa] master 190ba7f 012/433: Added all the elisp files to EXTRA_DIST,


From: Dmitry Gutov
Subject: [elpa] master 190ba7f 012/433: Added all the elisp files to EXTRA_DIST, since Automake doesn't see
Date: Thu, 15 Mar 2018 19:43:26 -0400 (EDT)

branch: master
commit 190ba7f25d2e2985e51b9bd8f81b3096d9e9fe31
Author: mas <mas>
Commit: mas <mas>

    Added all the elisp files to EXTRA_DIST, since Automake doesn't see
    them as sources for the distribution.
---
 Makefile.am | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index fa463cb..eb27ffd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,3 +7,9 @@ lisp_LISP = mmm-compat.el mmm-vars.el mmm-utils.el mmm-auto.el \
   mmm-sample.el mmm-mason.el
 
 info_TEXINFOS = mmm.texinfo
+
+# This is a hack IMO.  Automake should recognize lisp files as
+# "sources" and include them in the distribution, but it doesn't.
+EXTRA_DIST = $(lisp_LISP)
+
+# See also `elisp-comp' for another hack.



reply via email to

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