aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-03-01 13:05:10 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-03-01 13:05:10 +0100
commit1a6b812276326d03869cd78d3a184868233c05d4 (patch)
tree27f01e6673963f2238160c559319ec61197b6dd7 /doc/Makefile
parent47e147bbbb3182065d76847ad7cb71c895003abf (diff)
downloadbsfs-1a6b812276326d03869cd78d3a184868233c05d4.tar.gz
bsfs-1a6b812276326d03869cd78d3a184868233c05d4.tar.bz2
bsfs-1a6b812276326d03869cd78d3a184868233c05d4.zip
documentation skeleton
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..d0c3cbf
--- /dev/null
+++ b/doc/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)