diff options
-rw-r--r-- | AUTHORS.md (renamed from AUTHORS) | 0 | ||||
-rw-r--r-- | Makefile | 2 |
2 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 | ||