From d9917d51551bc112c4b787e37128746f42692968 Mon Sep 17 00:00:00 2001 From: Joppe Date: Tue, 26 Mar 2024 16:12:09 +0100 Subject: [PATCH] BUG: Attempting remove of installed package files * Do not attempt delete of installed jq pandoc xetex commands. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 35d4bf5..6b895ff 100644 --- a/Makefile +++ b/Makefile @@ -330,6 +330,8 @@ ifndef ! # Custom packages $?/xetex:; $! texlive-xetex + + .PRECIOUS: $?/jq $?/pandoc $?/xetex endif