aboutsummaryrefslogtreecommitdiff
path: root/Makefile.bookup
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-06 08:46:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-06-06 08:46:24 -0300
commitbcae4301d6e0a6806b6044e19e865cc25965081f (patch)
tree374c687cc66e5f8c17a509f09b1312011fd27dea /Makefile.bookup
parentddbf070bded29947f6e6595f29d99a7c08822462 (diff)
downloadbookup-bcae4301d6e0a6806b6044e19e865cc25965081f.tar.gz
bookup-bcae4301d6e0a6806b6044e19e865cc25965081f.tar.bz2
Fix: copy Fuse.js from vendor/bookup/vendor/Fuse.js
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