diff options
author | Robert Alessi <alessi@robertalessi.net> | 2023-01-30 10:40:43 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2023-01-30 10:53:30 +0100 |
commit | 9e6fb0eba8b80ae71cc99f63cf0972d8087f0888 (patch) | |
tree | 97478c0292cb4aa846ad0032322a5fe6b03a5f69 /Makefile | |
parent | adc5f5015dcde68a169af273f9574f3879da7fbd (diff) | |
download | icite-9e6fb0eba8b80ae71cc99f63cf0972d8087f0888.tar.gz |
COPYING -> LICENSE
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ CMP = lualatex-dev | |||
9 | 9 | ||
10 | exts := md bib ins dtx html | 10 | exts := md bib ins dtx html |
11 | texsamples := $(basename $(wildcard $(PWD)/samples/*.tex)) | 11 | texsamples := $(basename $(wildcard $(PWD)/samples/*.tex)) |
12 | findopts := $(foreach ext,$(exts),-or -iname "COPYING" -or -iname "*.$(ext)") | 12 | findopts := $(foreach ext,$(exts),-or -iname "LICENSE" -or -iname "*.$(ext)") |
13 | 13 | ||
14 | 14 | ||
15 | # Look into this later | 15 | # Look into this later |