diff options
author | clarkzjw <[email protected]> | 2020-06-30 11:34:58 +0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2020-06-30 11:34:58 +0800 |
commit | a771e4fe163ab598d61687c27ee344925ec577d2 (patch) | |
tree | 933e8ed258698834156e56183d9cf0cd61b20034 /Makefile | |
parent | 96a1ab7760ae04e84ffd8902019f4fa55620a0f8 (diff) | |
download | blog.jinwei.me-a771e4fe163ab598d61687c27ee344925ec577d2.tar.gz |
+ fix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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. |
5 | SPHINXOPTS = | 2 | SPHINXOPTS = |
6 | SPHINXBUILD = sphinx-build | 3 | SPHINXBUILD = sphinx-build |
7 | SPHINXPROJ = ring0xyz | 4 | SPHINXPROJ = blog |
8 | SOURCEDIR = . | 5 | SOURCEDIR = . |
9 | BUILDDIR = _build | 6 | BUILDDIR = _build |
10 | 7 | ||
@@ -12,9 +9,6 @@ BUILDDIR = _build | |||
12 | help: | 9 | help: |
13 | @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | 10 | @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
14 | 11 | ||
15 | rss: | ||
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 |