From c23705d1590d39015eb5d9f5c6e8fae7d30f6e64 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sun, 29 Oct 2023 15:58:04 +0100 Subject: updated _preamble.tex --- makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index b6518ee..9ab44e5 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,4 @@ +SHELL = bash exts := md png sh bib tex sty findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)") @@ -6,7 +7,7 @@ all: pdf pdf: clean find ./* -type f | grep -v '/_.*.tex' | grep -v 'sandbox' | grep 'tex$$' > texfiles while read l ; do \ - latexmk -quiet -cd -lualatex -e '$$lualatex=q/lualatex %O --shell-escape %S/' $$l ; \ + latexmk -cd -lualatex -e '$$lualatex=q/lualatex %O --shell-escape %S/' $$l ; \ done < texfiles while read l ; do \ latexmk -c -cd -lualatex $$l ; \ @@ -22,6 +23,6 @@ clean: cp -p -r .backup/* . rm -rf .backup pandoc -s README.tex -o README.md && sed -i 's/{#.*}//g' README.md && sed -i "s/’/\'/g" README.md - pandoc -s README.tex -o about.html + pandoc README.tex -o about.html .PHONY: all pdf clean -- cgit v1.2.3