소스 검색

doc/Makefile: updated with new darkfid rpc files naming scheme

skoupidi 7 달 전
부모
커밋
5607d2adac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/Makefile

+ 1 - 1
doc/Makefile

@@ -22,7 +22,7 @@ $(DARKFID_JSONRPC):
 	./build_jsonrpc.py ../bin/darkfid/src/rpc/mod.rs >> $@
 	for i in blockchain stratum tx xmr; do \
 		echo "## $$i methods" >> $@ ;\
-		./build_jsonrpc.py ../bin/darkfid/src/rpc/rpc_$$i.rs >> $@ ;\
+		./build_jsonrpc.py ../bin/darkfid/src/rpc/$$i.rs >> $@ ;\
 	done
 
 clean: