2

I am new to pelican and when I try execute the following command it, fails.

make devserver

It gives me this error

make: *** No rule to make target `devserver'.  Stop.

I am new to pelican and building blogs. Please help me here.

Petr Matousu
  • 3,120
  • 1
  • 20
  • 32
Karthik Katragadda
  • 176
  • 1
  • 2
  • 11

1 Answers1

2

You need to call make devserver from the directory where the `Makefile´ is. So, change to this directory and try again.

Mike Müller
  • 82,630
  • 20
  • 166
  • 161
  • Great that it helped. BTW, you can [accept](http://meta.stackexchange.com/questions/5234/how-does-accepting-an-answer-work) an answer if it solves your problem. – Mike Müller Jul 05 '17 at 07:52