diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | SETUP.md | 2 |
2 files changed, 2 insertions, 2 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 \ @@ -18,7 +18,7 @@ e.g. for secondary make targets: ``` sudo apt install git texlive-binaries-sse2 -sudo apt install git man-db +sudo apt install git bat sudo apt install bibclean libpath-tiny-perl libipc-run3-perl sudo apt install python-rdflib-tools xdot sudo apt install latexdiff |