aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2020-06-30 11:34:58 +0800
committerclarkzjw <[email protected]>2020-06-30 11:34:58 +0800
commita771e4fe163ab598d61687c27ee344925ec577d2 (patch)
tree933e8ed258698834156e56183d9cf0cd61b20034 /Makefile
parent96a1ab7760ae04e84ffd8902019f4fa55620a0f8 (diff)
downloadblog.jinwei.me-a771e4fe163ab598d61687c27ee344925ec577d2.tar.gz
+ fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 223cadf..b685f02 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,7 @@
1# Minimal makefile for Sphinx documentation
2#
3
4# You can set these variables from the command line. 1# You can set these variables from the command line.
5SPHINXOPTS = 2SPHINXOPTS =
6SPHINXBUILD = sphinx-build 3SPHINXBUILD = sphinx-build
7SPHINXPROJ = ring0xyz 4SPHINXPROJ = blog
8SOURCEDIR = . 5SOURCEDIR = .
9BUILDDIR = _build 6BUILDDIR = _build
10 7
@@ -12,9 +9,6 @@ BUILDDIR = _build
12help: 9help:
13 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) 10 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14 11
15rss:
16 python rss.py > rss.xml
17
18.PHONY: help Makefile 12.PHONY: help Makefile
19 13
20# Catch-all target: route all unknown targets to Sphinx using the new 14# Catch-all target: route all unknown targets to Sphinx using the new
Powered by cgit v1.2.3 (git 2.41.0)