diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 08:46:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 08:46:24 -0300 |
commit | bcae4301d6e0a6806b6044e19e865cc25965081f (patch) | |
tree | 374c687cc66e5f8c17a509f09b1312011fd27dea | |
parent | ddbf070bded29947f6e6595f29d99a7c08822462 (diff) | |
download | bookup-bcae4301d6e0a6806b6044e19e865cc25965081f.tar.gz bookup-bcae4301d6e0a6806b6044e19e865cc25965081f.tar.bz2 |
Fix: copy Fuse.js from vendor/bookup/vendor/Fuse.js
-rw-r--r-- | Makefile.bookup | 2 |
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 |