From d8e8a18016a1db5f2a7eef1e98d25922f2621cdf Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Wed, 6 May 2020 12:04:22 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98Makefile=E2=80=99=20-=20=E2=80=98p?= =?UTF-8?q?ublishconf-localhost.py=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 5 +---- publishconf-localhost.py | 5 ----- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 publishconf-localhost.py diff --git a/Makefile b/Makefile index a91a942..6867af5 100644 --- a/Makefile +++ b/Makefile @@ -82,8 +82,5 @@ else $(PELICAN) -lr $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILELOCAL) $(PELICANOPTS) endif -publish-local: - $(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONFLOCAL) $(PELICANOPTS) - -.PHONY: html help clean regenerate serve serve-global devserver publish devserver-local publish-local +.PHONY: html help clean regenerate serve serve-global devserver publish devserver-local diff --git a/publishconf-localhost.py b/publishconf-localhost.py deleted file mode 100644 index 7488096..0000000 --- a/publishconf-localhost.py +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- # -import publishconf - -SITEURL = '/'