diff options
author | Robert Alessi <alessi@robertalessi.net> | 2023-01-28 11:13:38 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2023-01-28 11:25:07 +0100 |
commit | 041bc818209a872ed0840a3961fe20fda93f9986 (patch) | |
tree | ab01da38f0b9eee5dadce9e8ee524e8453794189 /Makefile | |
parent | 6db09e249734290a36f0cd0a9eccdf154c81bfa8 (diff) | |
download | ekdosis-041bc818209a872ed0840a3961fe20fda93f9986.tar.gz |
COPYING -> LICENSE. added sr.ht repo
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.md COPYING | 12 | files := AUTHORS.md LICENSE |
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 | ||