aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-11 20:54:06 +0800
committerclarkzjw <[email protected]>2018-01-11 20:54:06 +0800
commit866436c73338c2d0caa0cb35dff4949048943fee (patch)
tree7c8a37f83f755c7badd982d1bb2f950c40556393 /Makefile
parent78760ab08d1d2ca51004934ac8ff690be38fd7ce (diff)
downloadblog.jinwei.me-866436c73338c2d0caa0cb35dff4949048943fee.tar.gz
+ add rss
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a109aa..223cadf 100644
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,12 @@ BUILDDIR = _build
12help: 12help:
13 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) 13 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14 14
15rss:
16 python rss.py > rss.xml
17
15.PHONY: help Makefile 18.PHONY: help Makefile
16 19
17# Catch-all target: route all unknown targets to Sphinx using the new 20# Catch-all target: route all unknown targets to Sphinx using the new
18# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). 21# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19%: Makefile 22%: Makefile
20 @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file 23 @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Powered by cgit v1.2.3 (git 2.41.0)