From a771e4fe163ab598d61687c27ee344925ec577d2 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Tue, 30 Jun 2020 11:34:58 +0800 Subject: + fix --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 223cadf..b685f02 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,7 @@ -# Minimal makefile for Sphinx documentation -# - # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build -SPHINXPROJ = ring0xyz +SPHINXPROJ = blog SOURCEDIR = . BUILDDIR = _build @@ -12,9 +9,6 @@ BUILDDIR = _build help: @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -rss: - python rss.py > rss.xml - .PHONY: help Makefile # Catch-all target: route all unknown targets to Sphinx using the new -- cgit v1.2.3