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
|
# pelican variables
|
||||||
P_OUTPUT?=output
|
P_OUTPUT?=output
|
||||||
P_OPT?=
|
P_OPT?=
|
||||||
|
@ -11,7 +12,7 @@ D_DST?="blog:$(D_FOLDER)"
|
||||||
|
|
||||||
VENV_SOURCE?=.venv
|
VENV_SOURCE?=.venv
|
||||||
REQUIREMENT?=requirements.txt
|
REQUIREMENT?=requirements.txt
|
||||||
PYTHON_BIN?=python
|
PYTHON_BIN?=python3
|
||||||
VENV_CMD?=. $(VENV_SOURCE)/bin/activate
|
VENV_CMD?=. $(VENV_SOURCE)/bin/activate
|
||||||
|
|
||||||
# Pelican part
|
# Pelican part
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue