diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-08-15 21:02:03 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-08-15 21:02:03 +0200 |
commit | bb595d5776929c70ae24ebe9c514aedf3c10957f (patch) | |
tree | 81f9b252fe30aee53f850a1f082cf7a1749dba61 /Makefile | |
parent | d6313b7068b9bd03c78d48e51d28b7a4a0850fde (diff) |
improve make target screening-of-*
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |