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 *