mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add PORT to serve-global Makefile task
This commit is contained in:
parent
0bc6869879
commit
e7ef546661
1 changed files with 4 additions and 0 deletions
|
|
@ -108,7 +108,11 @@ else
|
|||
endif
|
||||
|
||||
serve-global:
|
||||
ifdef PORT
|
||||
$(PELICAN) -l $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) -p $(PORT) -b $(SERVER)
|
||||
else
|
||||
$(PELICAN) -l $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) -b $(SERVER)
|
||||
endif
|
||||
|
||||
devserver:
|
||||
ifdef PORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue