aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d4d5de..b1454d5 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ CMP = lualatex-dev
9 9
10exts := md bib ins dtx html 10exts := md bib ins dtx html
11texsamples := $(basename $(wildcard $(PWD)/samples/*.tex)) 11texsamples := $(basename $(wildcard $(PWD)/samples/*.tex))
12findopts := $(foreach ext,$(exts),-or -iname "COPYING" -or -iname "*.$(ext)") 12findopts := $(foreach ext,$(exts),-or -iname "LICENSE" -or -iname "*.$(ext)")
13 13
14 14
15# Look into this later 15# Look into this later