Skip to content

Merge php-align repository by Git Subtree #615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Mar 23, 2020
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add php-align to Makefile
  • Loading branch information
zonuexe committed Mar 23, 2020
commit caedb99c007d3a1e5f63b34a8456c047d52f1c8e
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EMACS ?= emacs
ELS = php.el php-face.el php-project.el php-mode.el php-mode-debug.el
ELS = php.el php-align.el php-face.el php-project.el php-mode.el php-mode-debug.el
AUTOLOADS = php-mode-autoloads.el
ELCS = $(ELS:.el=.elc)

Expand All @@ -21,7 +21,7 @@ AUTHORS.md: AUTHORS.md.in

autoloads: $(AUTOLOADS)

$(AUTOLOADS): php.el php-face.el php-project.el php-mode-debug.el php-mode.el
$(AUTOLOADS): php.el php-align.el php-face.el php-project.el php-mode-debug.el php-mode.el
$(EMACS) -Q -batch -L . --eval \
"(progn \
(require 'package) \
Expand Down