aboutsummaryrefslogtreecommitdiff
path: root/Makefile.bookup
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.bookup')
-rw-r--r--Makefile.bookup2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.bookup b/Makefile.bookup
index 44158f0..820ac72 100644
--- a/Makefile.bookup
+++ b/Makefile.bookup
@@ -143,7 +143,7 @@ bookdown_html:
# This ensures the HTML output can be browsed offline
#@find $(OUTPUT)/html -name *.html -exec sed -i -e 's|https://cdn.jsdelivr.net/npm/fuse.js@[^"]*|../../vendor/Fuse.js/dist/fuse.min.js|' {} \;
@mkdir compiled/js
- @cp vendor/Fuse.js/dist/fuse.min.js compiled/js
+ @cp vendor/bookup/vendor/Fuse.js/dist/fuse.min.js compiled/js
@find compiled -name *.html -exec sed -i -e 's|https://cdn.jsdelivr.net/npm/fuse.js@[^"]*|js/fuse.min.js|' {} \;
# Add revision information