diff options
author | Robert Alessi <alessi@robertalessi.net> | 2022-05-29 18:01:54 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2022-05-29 18:01:54 +0200 |
commit | d528a97fc33191ebdd24b5b03a4619b4f686e59a (patch) | |
tree | 72c9b4dc867e6d480f2a4dd9e2c8eaadd889c756 /Makefile | |
parent | 0aef7f3ecb1a36f6665b10004f996a77630336b6 (diff) | |
download | ekdosis-d528a97fc33191ebdd24b5b03a4619b4f686e59a.tar.gz |
renamed AUTHORS -> AUTHORS.md
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ HOMEDIR := $$HOME | |||
9 | SAMPLES := samples | 9 | SAMPLES := samples |
10 | 10 | ||
11 | exts := md html ins dtx el | 11 | exts := md html ins dtx el |
12 | files := AUTHORS COPYING | 12 | files := AUTHORS.md COPYING |
13 | findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)") | 13 | findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)") |
14 | findfiles := $(foreach file,$(files), -or -iname "$(file)") | 14 | findfiles := $(foreach file,$(files), -or -iname "$(file)") |
15 | 15 | ||