qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC qemu.qmp PATCH 22/24] docs: add Makefile target


From: John Snow
Subject: [RFC qemu.qmp PATCH 22/24] docs: add Makefile target
Date: Wed, 15 Dec 2021 16:06:32 -0500

Signed-off-by: John Snow <jsnow@redhat.com>
---
 Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Makefile b/Makefile
index 81bfca8..029a824 100644
--- a/Makefile
+++ b/Makefile
@@ -103,6 +103,7 @@ check-coverage:
 clean:
        python3 setup.py clean --all
        rm -f pyproject.toml
+       make -C docs clean
 
 .PHONY: distclean
 distclean: clean
@@ -142,3 +143,7 @@ publish: pre-publish
 .PHONY: publish-test
 publish-test: pre-publish
        python3 -m twine upload --verbose -r testpypi dist/*
+
+.PHONY: docs
+docs:
+       make -C docs html
-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]