summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-04-07 15:53:30 +0200
committerJonas Smedegaard <dr@jones.dk>2024-04-07 15:53:30 +0200
commitd7995c64a714dc2541fede75e4aafa8a3db3142d (patch)
tree7f09b8b671582b453f3d72175f91362023a02899 /Makefile
parentfa1ff706f60af74430b02d9b8606472466836219 (diff)
omit index.qmd from markdown-lint
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1fdf60..1c298ab 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ pad-import-ref:
lint: lint-markdown
lint-markdown:
- mdl --ignore-front-matter --style .mdl.rb $(addsuffix /*.qmd,$(TIDY_MARKDOWN))
+ mdl --ignore-front-matter --style .mdl.rb $(filter-out %/index.qmd,$(wildcard $(addsuffix /*.qmd,$(TIDY_MARKDOWN))))
tidy: tidy-bibtex tidy-perl