mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
book: Use a script to generate the seminars page and ics links.
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user