瀏覽代碼

Modify Makefile

oz123 10 年之前
父節點
當前提交
96975f949e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -47,7 +47,7 @@ coverage: coverage-run
 docs:
 	#rm -f docs/manutils.rst
 	#rm -f docs/modules.rst
-	sphinx-apidoc -o docs/ pwman
+	sphinx-apidoc -o docs/source/ pwman
 	$(MAKE) -C docs clean
 	$(MAKE) -C docs html
 	open docs/_build/html/index.html