diff options
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 |