book: add makefile step to remove arrow keys from book js

This commit is contained in:
x
2023-09-12 08:03:35 +02:00
parent b314daafc3
commit 70e5eae6ac
2 changed files with 37 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ all: $(JSONRPC)
./generate_seminar_ics.py --ics
$(MAKE) -C ../ rustdoc
cp -r ../target/doc/* book/development/
./remove_chapter_nav_js.py
$(DARKFID_JSONRPC):
@echo "# darkfid JSON-RPC API" > $@