/ ‘Makefile’
- ‘publishconf-localhost.py’
This commit is contained in:
parent
9d76a0d48a
commit
d8e8a18016
2 changed files with 1 additions and 9 deletions
5
Makefile
5
Makefile
|
|
@ -82,8 +82,5 @@ else
|
||||||
$(PELICAN) -lr $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILELOCAL) $(PELICANOPTS)
|
$(PELICAN) -lr $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILELOCAL) $(PELICANOPTS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
publish-local:
|
|
||||||
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONFLOCAL) $(PELICANOPTS)
|
|
||||||
|
|
||||||
|
.PHONY: html help clean regenerate serve serve-global devserver publish devserver-local
|
||||||
.PHONY: html help clean regenerate serve serve-global devserver publish devserver-local publish-local
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
#!/usr/bin/env python
|
|
||||||
# -*- coding: utf-8 -*- #
|
|
||||||
import publishconf
|
|
||||||
|
|
||||||
SITEURL = '/'
|
|
||||||
Loading…
Reference in a new issue