mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools: makefile/import: don't copy .mailmap from source repository
- file was deleted
This commit is contained in:
parent
4dca181892
commit
af14ad3e06
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -13,7 +13,6 @@ install:
|
|||
.PHONY: import # import data from original list at https://github.com/awesome-selfhosted/awesome-selfhosted
|
||||
import: clean install
|
||||
git clone --depth=1 https://github.com/awesome-selfhosted/awesome-selfhosted
|
||||
cp awesome-selfhosted/.github/.mailmap .mailmap
|
||||
cp awesome-selfhosted/AUTHORS AUTHORS
|
||||
rm -rf tags/ software/ platforms/
|
||||
mkdir -p tags/ software/ platforms/
|
||||
|
|
|
|||
Loading…
Reference in a new issue