From bb595d5776929c70ae24ebe9c514aedf3c10957f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 15 Aug 2024 21:02:03 +0200 Subject: improve make target screening-of-* --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1218afc..2ee090e 100644 --- a/Makefile +++ b/Makefile @@ -173,7 +173,7 @@ tidy-perl: $(ARTICLES:%=screening-of-%): screening-of-%: QUARTO_LOG_LEVEL=quiet \ - quarto render $*/index.qmd --to man --output - | man -l - + quarto render $*/index.qmd --to markdown --output - | batcat --file-name index.qmd --language markdown $(ARTICLES:%=wordcount-of-%): wordcount-of-%: QUARTO_LOG_LEVEL=quiet \ -- cgit v1.2.3