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 = '/'