Jelajahi Sumber

Modify Makefile

oz123 10 tahun lalu
induk
melakukan
96975f949e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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