File tree Expand file tree Collapse file tree 10 files changed +8
-7
lines changed Expand file tree Collapse file tree 10 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
/.cask /
2
2
/.keg /
3
3
/.mailmap
4
- / php-mode-autoloads.el
4
+ php-mode-autoloads.el
5
5
* ~
6
6
* .elc
Original file line number Diff line number Diff line change 1
1
EMACS ?= emacs
2
- ELS = php.el php-align.el php-face.el php-project.el php-mode.el php-mode-debug.el
2
+ ELS = lisp/ php.el lisp/ php-align.el lisp/ php-face.el lisp/ php-project.el lisp/ php-mode.el lisp/ php-mode-debug.el
3
3
AUTOLOADS = php-mode-autoloads.el
4
4
ELCS = $(ELS:.el=.elc )
5
5
6
6
% .elc : % .el
7
- $(EMACS ) -Q -batch -L . -f batch-byte-compile $<
7
+ $(EMACS ) -Q -batch -L lisp/ -f batch-byte-compile $<
8
8
9
9
all : autoloads $(ELCS ) authors
10
10
@@ -24,11 +24,11 @@ AUTHORS.md: etc/git/AUTHORS.md.in .mailmap
24
24
25
25
autoloads : $(AUTOLOADS )
26
26
27
- $(AUTOLOADS ) : php.el php-align.el php-face.el php-project.el php-mode-debug.el php-mode.el
28
- $(EMACS ) -Q -batch -L . --eval \
27
+ $(AUTOLOADS ) : lisp/ php.el lisp/ php-align.el lisp/ php-face.el lisp/ php-project.el lisp/ php-mode-debug.el lisp/ php-mode.el
28
+ $(EMACS ) -Q -batch -L lisp/ --eval \
29
29
" (progn \
30
30
(require ' package) \
31
- (package-generate-autoloads \" php-mode\" default-directory ))"
31
+ (package-generate-autoloads \" php-mode\" (expand-file-name \" lisp \" ) ))"
32
32
33
33
clean :
34
34
rm -f $(ELCS ) $(AUTOLOADS )
52
52
# command.
53
53
test : clean all
54
54
touch tests/project/1/.git
55
- $(EMACS ) -Q -batch -L . -l tests/php-mode-test.el -f ert-run-tests-batch-and-exit
55
+ $(EMACS ) -Q -batch -l lisp/php-mode-autoloads.el \
56
+ -l tests/php-mode-test.el -f ert-run-tests-batch-and-exit
56
57
57
58
.PHONY : all authors autoloads clean test
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments