fixes python path in Makefile

This commit is contained in:
Marvin Steadfast 2015-09-09 06:48:35 +00:00
parent 4ed5214ae2
commit 0f1f97a626

View File

@ -1,4 +1,4 @@
PY?=python
PY?=python3
PELICAN?=pelican
PELICANOPTS=
@ -114,6 +114,6 @@ github: publish
git push origin $(GITHUB_PAGES_BRANCH)
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