Browse Source

book: Fix rustdoc copy path.

parazyd 3 years ago
parent
commit
5752afd919
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/Makefile

+ 1 - 1
doc/Makefile

@@ -13,7 +13,7 @@ all: $(JSONRPC)
 	mdbook build
 	mdbook build
 	cp -f theme/logo* book/html/
 	cp -f theme/logo* book/html/
 	$(MAKE) -C ../ rustdoc
 	$(MAKE) -C ../ rustdoc
-	cp -r ../target/doc/* book/html/rustdoc/
+	cp -r ../target/doc/* book/html/development/
 
 
 $(DARKFID_JSONRPC):
 $(DARKFID_JSONRPC):
 	@echo "# darkfid JSON-RPC API" > $@
 	@echo "# darkfid JSON-RPC API" > $@