python-3.xgnu-makepelicanstatic-pages

Cannot excecute make devserver command


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.


Solution

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