Add include statement for Makefile
This commit is contained in:
parent
3b0b62f56e
commit
c5dfdd0b04
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -1,3 +1,4 @@
|
|||
-include include.mk
|
||||
# pelican variables
|
||||
P_OUTPUT?=output
|
||||
P_OPT?=
|
||||
|
@ -11,7 +12,7 @@ D_DST?="blog:$(D_FOLDER)"
|
|||
|
||||
VENV_SOURCE?=.venv
|
||||
REQUIREMENT?=requirements.txt
|
||||
PYTHON_BIN?=python
|
||||
PYTHON_BIN?=python3
|
||||
VENV_CMD?=. $(VENV_SOURCE)/bin/activate
|
||||
|
||||
# Pelican part
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue