aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2024-02-12 11:56:27 -0500
committerCarlos O'Donell <carlos@redhat.com>2024-02-12 11:56:27 -0500
commit5fbfd1d8f7391dd40fd9aeec0d775165a30cffc5 (patch)
treeeb3da021d6d6fb34d31c7c8ba4db05e979024438 /Makefile
downloadcti.coretoolchain.dev-5fbfd1d8f7391dd40fd9aeec0d775165a30cffc5.tar.gz
Initial setup with sphinx-quickstart
Modify default to use Picollo theme and build site. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d0c3cbf
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,20 @@
+# Minimal makefile for Sphinx documentation
+#
+
+# You can set these variables from the command line, and also
+# from the environment for the first two.
+SPHINXOPTS ?=
+SPHINXBUILD ?= sphinx-build
+SOURCEDIR = source
+BUILDDIR = build
+
+# Put it first so that "make" without argument is like "make help".
+help:
+ @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+
+.PHONY: help Makefile
+
+# Catch-all target: route all unknown targets to Sphinx using the new
+# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
+%: Makefile
+ @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)