diff options
| author | Mikko Syrjä <mikko@3d-system.fi> | 2019-03-06 22:07:24 +0200 |
|---|---|---|
| committer | Mikko Syrjä <mikko@3d-system.fi> | 2019-03-06 22:07:24 +0200 |
| commit | 9a29b59c86d1a511b3ab34dc2bfee393f9e4fdf9 (patch) | |
| tree | 190c82145d0e7d6deab3d227e931169b9912e020 /help/eng/Makefile | |
| parent | e80fe5ea630453fc455d161e15f72f4fd46b7272 (diff) | |
| download | symedit-9a29b59c86d1a511b3ab34dc2bfee393f9e4fdf9.tar.gz symedit-9a29b59c86d1a511b3ab34dc2bfee393f9e4fdf9.zip | |
Added initial help in english and finnish.
Diffstat (limited to 'help/eng/Makefile')
| -rw-r--r-- | help/eng/Makefile | 20 |
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 |
