www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit cfeaeb3faa501554851a63aa6fad694c2e945d35
parent c8b4b66be1ba15e800a1b3388cab0087fc36d27a
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Tue,  6 Jul 2021 15:48:53 +0100

typo in Makefile (spaces instead of tab)

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -2,7 +2,7 @@ all: doc/pdf/phc-thesis.pdf doc/pdf/phc-thesis.pdf: from-dissertation-tobin-hochstadt/*.scrbl scribblings/*.scrbl scribblings/*.rkt - sed -i -e 's|PLACEHOLDER|$$(which pdflatex)|' pdflatex-wrapper/pdflatex + sed -i -e 's|PLACEHOLDER|$$(which pdflatex)|' pdflatex-wrapper/pdflatex PATH="$PWD/pdflatex-wrapper:$PATH" raco setup --doc-pdf doc/pdf/ --pkgs phc-thesis > pdf.log 2>&1 || (cat pdf.log && echo "=== plain ===" && cat /tmp/ltx/*.tex && echo "=== base64 ===" && base64 /tmp/ltx/*.tex && echo "=== end ===" && exit 1) gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dFastWebView=true -sOutputFile=doc/pdf/phc-thesis-linearized.pdf doc/pdf/phc-thesis.pdf mv doc/pdf/phc-thesis-linearized.pdf doc/pdf/phc-thesis.pdf