fixes python path in Makefile
This commit is contained in:
parent
4ed5214ae2
commit
0f1f97a626
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
|||||||
PY?=python
|
PY?=python3
|
||||||
PELICAN?=pelican
|
PELICAN?=pelican
|
||||||
PELICANOPTS=
|
PELICANOPTS=
|
||||||
|
|
||||||
@ -114,6 +114,6 @@ github: publish
|
|||||||
git push origin $(GITHUB_PAGES_BRANCH)
|
git push origin $(GITHUB_PAGES_BRANCH)
|
||||||
|
|
||||||
newpost:
|
newpost:
|
||||||
python3 $(BASEDIR)/newpost.py
|
$(PY) $(BASEDIR)/newpost.py
|
||||||
|
|
||||||
.PHONY: html help clean regenerate serve devserver publish ssh_upload rsync_upload dropbox_upload ftp_upload s3_upload cf_upload github
|
.PHONY: html help clean regenerate serve devserver publish ssh_upload rsync_upload dropbox_upload ftp_upload s3_upload cf_upload github
|
||||||
|
Loading…
Reference in New Issue
Block a user