We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 749e019 + 5641eef commit a9eb5c4Copy full SHA for a9eb5c4
.gitignore
@@ -1,4 +1,5 @@
1
/.cask/
2
+/.mailmap
3
/php-mode-autoloads.el
4
*~
5
*.elc
Makefile
@@ -10,8 +10,11 @@ all: autoloads $(ELCS) authors
10
11
authors: AUTHORS.md
12
13
+.mailmap:
14
+ ln -s etc/git/.mailmap
15
+
16
.PHONY: AUTHORS.md
-AUTHORS.md: AUTHORS.md.in
17
+AUTHORS.md: etc/git/AUTHORS.md.in .mailmap
18
@printf "Generating AUTHORS.md file..."
19
@test -d .git \
20
&& (cat $< > $@ \
.mailmap etc/git/.mailmap.mailmap renamed to etc/git/.mailmap
AUTHORS.md.in etc/git/AUTHORS.md.inAUTHORS.md.in renamed to etc/git/AUTHORS.md.in
0 commit comments