From 0f1f97a6267d29a845014063c893aebba0150342 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Wed, 9 Sep 2015 06:48:35 +0000 Subject: [PATCH] fixes python path in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1259a27..68825e5 100644 --- a/Makefile +++ b/Makefile @@ -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