1
0
Fork 0
forked from github/pelican

Merge pull request #2492 from ixjlyons/patch-3

Remove stopserver from .PHONY prereqs in Makefile template
This commit is contained in:
Justin Mayer 2018-12-12 16:58:34 -08:00 committed by GitHub
commit 6f0743b340
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,4 +160,4 @@ github: publish
{% endif %}
.PHONY: html help clean regenerate serve serve-global devserver stopserver publish {{ upload|join(" ") }}
.PHONY: html help clean regenerate serve serve-global devserver publish {{ upload|join(" ") }}