From 76bc1606786a482afba16b38abc084e5c913d6a5 Mon Sep 17 00:00:00 2001 From: linlin Date: Sun, 4 Oct 2020 19:15:46 +0200 Subject: [PATCH] New translations Makefile (Chinese Simplified) --- lang/zh/docs/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lang/zh/docs/Makefile diff --git a/lang/zh/docs/Makefile b/lang/zh/docs/Makefile new file mode 100644 index 0000000..69fe55e --- /dev/null +++ b/lang/zh/docs/Makefile @@ -0,0 +1,19 @@ +# Minimal makefile for Sphinx documentation +# + +# You can set these variables from the command line. +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) \ No newline at end of file