aboutsummaryrefslogtreecommitdiff
path: root/help/eng/Makefile
diff options
context:
space:
mode:
authorMikko Syrjä <mikko@3d-system.fi>2019-03-06 22:07:24 +0200
committerMikko Syrjä <mikko@3d-system.fi>2019-03-06 22:07:24 +0200
commit9a29b59c86d1a511b3ab34dc2bfee393f9e4fdf9 (patch)
tree190c82145d0e7d6deab3d227e931169b9912e020 /help/eng/Makefile
parente80fe5ea630453fc455d161e15f72f4fd46b7272 (diff)
downloadsymedit-9a29b59c86d1a511b3ab34dc2bfee393f9e4fdf9.tar.gz
symedit-9a29b59c86d1a511b3ab34dc2bfee393f9e4fdf9.zip
Added initial help in english and finnish.
Diffstat (limited to 'help/eng/Makefile')
-rw-r--r--help/eng/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/help/eng/Makefile b/help/eng/Makefile
new file mode 100644
index 0000000..fab911a
--- /dev/null
+++ b/help/eng/Makefile
@@ -0,0 +1,20 @@
+# Minimal makefile for Sphinx documentation
+#
+
+# You can set these variables from the command line.
+SPHINXOPTS =
+SPHINXBUILD = sphinx-build
+SPHINXPROJ = SymEdit
+SOURCEDIR = .
+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) \ No newline at end of file