aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2022-05-29 18:01:54 +0200
committerRobert Alessi <alessi@robertalessi.net>2022-05-29 18:01:54 +0200
commitd528a97fc33191ebdd24b5b03a4619b4f686e59a (patch)
tree72c9b4dc867e6d480f2a4dd9e2c8eaadd889c756
parent0aef7f3ecb1a36f6665b10004f996a77630336b6 (diff)
downloadekdosis-d528a97fc33191ebdd24b5b03a4619b4f686e59a.tar.gz
renamed AUTHORS -> AUTHORS.md
-rw-r--r--AUTHORS.md (renamed from AUTHORS)0
-rw-r--r--Makefile2
2 files changed, 1 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS.md
index e2f8dae..e2f8dae 100644
--- a/AUTHORS
+++ b/AUTHORS.md
diff --git a/Makefile b/Makefile
index 6f04b6e..fb00c9c 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ HOMEDIR := $$HOME
9SAMPLES := samples 9SAMPLES := samples
10 10
11exts := md html ins dtx el 11exts := md html ins dtx el
12files := AUTHORS COPYING 12files := AUTHORS.md COPYING
13findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)") 13findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)")
14findfiles := $(foreach file,$(files), -or -iname "$(file)") 14findfiles := $(foreach file,$(files), -or -iname "$(file)")
15 15