doc/Makefile: fix -frfr

This commit is contained in:
aggstam
2023-10-26 23:53:43 +03:00
parent 3d7e4b3a41
commit 30cc68b8e3

View File

@@ -13,7 +13,7 @@ all: $(JSONRPC)
cp -f theme/logo* book/
./generate_seminar_ics.py --ics
$(MAKE) -C ../ rustdoc
cp -r ../target/doc/* book/development/
cp -r ../target/doc/* book/dev/
./remove_chapter_nav_js.py
$(DARKFID_JSONRPC):