book: Use a script to generate the seminars page and ics links.

This commit is contained in:
parazyd
2023-05-26 19:35:35 +02:00
parent 40b8a71d7b
commit d3bf033d8d
4 changed files with 147 additions and 23 deletions

View File

@@ -8,8 +8,10 @@ JSONRPC = \
$(FAUCETD_JSONRPC)
all: $(JSONRPC)
./generate_seminar_ics.py --table > src/development/seminars.md
mdbook build
cp -f theme/logo* book/
./generate_seminar_ics.py --ics
$(MAKE) -C ../ rustdoc
cp -r ../target/doc/* book/development/