File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 8
8
" lisp/php-face.el"
9
9
" lisp/php-project.el"
10
10
" lisp/php-local-manual.el"
11
+ " lisp/php-ui-phpactor.el"
12
+ " lisp/php-ui.el"
11
13
" lisp/php-mode-debug.el" )
12
14
13
15
(development
16
+ ; ;(depends-on "lsp-mode")
17
+ (depends-on " phpactor" )
14
18
(depends-on " pkg-info" )
15
19
(depends-on " projectile" )
16
20
(depends-on " smart-jump" )
Original file line number Diff line number Diff line change 1
1
EMACS ?= emacs
2
2
CASK ?= cask
3
- ELS = lisp/php.el lisp/php-align.el lisp/php-face.el lisp/php-project.el lisp/php-local-manual.el lisp/php-mode.el lisp/php-mode-debug.el
3
+ ELS = lisp/php.el lisp/php-align.el lisp/php-face.el lisp/php-project.el lisp/php-local-manual.el lisp/php-mode.el lisp/php-ui.el lisp/php-ui-phpactor.el lisp/php- mode-debug.el
4
4
AUTOLOADS = php-mode-autoloads.el
5
5
ELCS = $(ELS:.el=.elc )
6
6
7
7
% .elc : % .el
8
- $(EMACS ) -Q -batch -L lisp/ -f batch-byte-compile $<
8
+ $(EMACS ) -Q -batch -L lisp/ --eval \
9
+ " (let ((default-directory (expand-file-name \" .cask\" default-directory))) \
10
+ (require ' package) \
11
+ (normal-top-level-add-subdirs-to-load-path))" \
12
+ -f package-initialize -f batch-byte-compile $<
9
13
10
14
all : autoloads $(ELCS ) authors
11
15
You can’t perform that action at this time.
0 commit comments