From c9c20d364fd19c0a688031d5b4891bf915c5bb42 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Jun 2024 21:31:49 +0100 Subject: Fix: Makefile: assemble target --- Makefile.bookup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.bookup') diff --git a/Makefile.bookup b/Makefile.bookup index 5b72578..b482893 100644 --- a/Makefile.bookup +++ b/Makefile.bookup @@ -210,7 +210,7 @@ move_book: @mv $(OUTPUT).* compiled/ assemble: - @bin/assemble + @$(BOOKUP)/bin/assemble book: archive compile_book bookdown move_book clean -- cgit v1.2.3