mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add devserver-global Makefile target to .phony, fixes #3065
This commit is contained in:
parent
f015ab89d9
commit
380b17fb22
2 changed files with 4 additions and 1 deletions
3
RELEASE.md
Normal file
3
RELEASE.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Release type: patch
|
||||
|
||||
Add devserver-global Makefile target to .phony, fixes #3065
|
||||
|
|
@ -165,4 +165,4 @@ github: publish
|
|||
|
||||
{% endif %}
|
||||
|
||||
.PHONY: html help clean regenerate serve serve-global devserver publish {{ upload|join(" ") }}
|
||||
.PHONY: html help clean regenerate serve serve-global devserver devserver-global publish {{ upload|join(" ") }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue