From 67c27783d7735af6ba22b9f031d97ca4ea56c29c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 10:24:23 +0200 Subject: Adding upstream version 1.1.0. Signed-off-by: Daniel Baumann --- docs/sphinx/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/sphinx/Makefile (limited to 'docs/sphinx/Makefile') diff --git a/docs/sphinx/Makefile b/docs/sphinx/Makefile new file mode 100644 index 0000000..5dc39c5 --- /dev/null +++ b/docs/sphinx/Makefile @@ -0,0 +1,9 @@ +SPHINXBUILD ?= sphinx-build +SOURCEDIR = ../src +BUILDDIR = build + +help: + @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" + +%: + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" -- cgit v1.2.3