Improve Makefile
This commit is contained in:
parent
ba3971c95a
commit
39700b2277
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -56,11 +56,11 @@ deploy:
|
||||||
rm assets/svg/*; \
|
rm assets/svg/*; \
|
||||||
if python3 -m lektor --version 2>/dev/null; then \
|
if python3 -m lektor --version 2>/dev/null; then \
|
||||||
python3 -m lektor build $(LEKTOR_PLUGIN_FLAGS) $(LEKTOR_DEPLOY_FLAGS); \
|
python3 -m lektor build $(LEKTOR_PLUGIN_FLAGS) $(LEKTOR_DEPLOY_FLAGS); \
|
||||||
unix2dos temp/builds/c3woc.de/waffeln.ics
|
unix2dos temp/builds/c3woc.de/waffeln.ics; \
|
||||||
python3 -m lektor deploy $(LEKTOR_PLUGIN_FLAGS) $(LEKTOR_DEPLOY_FLAGS); \
|
python3 -m lektor deploy $(LEKTOR_PLUGIN_FLAGS) $(LEKTOR_DEPLOY_FLAGS); \
|
||||||
else \
|
else \
|
||||||
lektor build $(LEKTOR_PLUGIN_FLAGS) $(LEKTOR_DEPLOY_FLAGS); \
|
lektor build $(LEKTOR_PLUGIN_FLAGS) $(LEKTOR_DEPLOY_FLAGS); \
|
||||||
unix2dos temp/builds/c3woc.de/waffeln.ics
|
unix2dos temp/builds/c3woc.de/waffeln.ics; \
|
||||||
lektor deploy $(LEKTOR_PLUGIN_FLAGS) $(LEKTOR_DEPLOY_FLAGS); \
|
lektor deploy $(LEKTOR_PLUGIN_FLAGS) $(LEKTOR_DEPLOY_FLAGS); \
|
||||||
fi; \
|
fi; \
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue