From ccf13d20aff09236e0506128c823142c5d935035 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 6 Jun 2024 16:57:35 +0200 Subject: add make target lint-sdml --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 67af9e4..24a7ef9 100644 --- a/Makefile +++ b/Makefile @@ -112,11 +112,17 @@ $(PAD_ARTICLES:%=pad-import-%): pad-import-%: pad-import-ref: hedgedoc import ref.bib -lint: lint-markdown +lint: lint-markdown lint-sdml lint-markdown: @mdl --ignore-front-matter --style .mdl.rb $(filter-out %/index.qmd,$(wildcard $(addsuffix /*.qmd,$(TIDY_MARKDOWN)))) +lint-sdml: + sdml validate learn + sdml validate learn10tac + sdml validate learntrap + sdml validate waste + tidy: tidy-bibtex tidy-perl tidy-bibtex: ref.bib -- cgit v1.2.3