Skip to content

Commit a9eb5c4

Browse files
authored
Merge pull request #634 from emacs-php/move-files-for-authors
Move .mailmap and AUTHORS.md.in into etc/git/ dir
2 parents 749e019 + 5641eef commit a9eb5c4

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/.cask/
2+
/.mailmap
23
/php-mode-autoloads.el
34
*~
45
*.elc

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ all: autoloads $(ELCS) authors
1010

1111
authors: AUTHORS.md
1212

13+
.mailmap:
14+
ln -s etc/git/.mailmap
15+
1316
.PHONY: AUTHORS.md
14-
AUTHORS.md: AUTHORS.md.in
17+
AUTHORS.md: etc/git/AUTHORS.md.in .mailmap
1518
@printf "Generating AUTHORS.md file..."
1619
@test -d .git \
1720
&& (cat $< > $@ \
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)