From 5fcb18ea603258148dca96cf223f5629f94673e0 Mon Sep 17 00:00:00 2001 From: "Wraithan (Chris McDonald)" Date: Thu, 21 Mar 2013 03:33:32 -0700 Subject: [PATCH] Add help directly to publishconf.py --- pelican/tools/templates/publishconf.py.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pelican/tools/templates/publishconf.py.in b/pelican/tools/templates/publishconf.py.in index a4516332..7115a6a1 100644 --- a/pelican/tools/templates/publishconf.py.in +++ b/pelican/tools/templates/publishconf.py.in @@ -1,6 +1,9 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # +# This file is only used if you use `make publish` or +# explicitly specify it as your config file. + import sys sys.path.append('.') from pelicanconf import *