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

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

[nongnu] elpa/php-mode 1bbcba7673 5/5: Makefile ELS target elements newl


From: ELPA Syncer
Subject: [nongnu] elpa/php-mode 1bbcba7673 5/5: Makefile ELS target elements newline delimited
Date: Sat, 12 Nov 2022 10:59:07 -0500 (EST)

branch: elpa/php-mode
commit 1bbcba7673a07c6a65a5c3565baecdcde0ee02f0
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>

    Makefile ELS target elements newline delimited
---
 Makefile | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 45dc5c44bf..2d725b0ab6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,15 @@
 EMACS ?= emacs
 CASK ?= cask
-ELS = lisp/php.el lisp/php-align.el lisp/php-complete.el lisp/php-defs.el 
lisp/php-face.el lisp/php-flymake.el lisp/php-project.el 
lisp/php-local-manual.el lisp/php-mode.el lisp/php-mode-debug.el
+ELS  = lisp/php.el
+ELS += lisp/php-align.el
+ELS += lisp/php-complete.el
+ELS += lisp/php-defs.el
+ELS += lisp/php-face.el
+ELS += lisp/php-flymake.el
+ELS += lisp/php-local-manual.el
+ELS += lisp/php-mode-debug.el
+ELS += lisp/php-mode.el
+ELS += lisp/php-project.el
 AUTOLOADS = php-mode-autoloads.el
 ELCS = $(ELS:.el=.elc)
 



reply via email to

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