diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-07 21:31:49 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-07 21:31:49 +0100 |
commit | c9c20d364fd19c0a688031d5b4891bf915c5bb42 (patch) | |
tree | d18f96f545ce9a6f40d0e075db1aef241d7e3d70 /Makefile.bookup | |
parent | f3b89d42e03a14385d1e32b7aa8450a2698ec076 (diff) | |
download | bookup-c9c20d364fd19c0a688031d5b4891bf915c5bb42.tar.gz bookup-c9c20d364fd19c0a688031d5b4891bf915c5bb42.tar.bz2 |
Fix: Makefile: assemble target
Diffstat (limited to 'Makefile.bookup')
-rw-r--r-- | Makefile.bookup | 2 |
1 files changed, 1 insertions, 1 deletions
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 |