diff options
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 |