소스 검색

book: Fix rustdoc copy path.

parazyd 3 년 전
부모
커밋
5752afd919
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/Makefile

+ 1 - 1
doc/Makefile

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