[Jinja2] init #31

Open
coja wants to merge 7 commits from framework/jinja2 into master
Showing only changes of commit b1f8b7a378 - Show all commits

View File

@@ -2,11 +2,11 @@
help:
@echo "Available commands:"
@echo " make build - Full website build sequence"
@echo " make prep - Create venv and install requirements"
@echo " make events - Update site from CSV (build pages + images)"
@echo " make dev - Start development server"
@echo " make stop - Stop development server"
@echo " make prep - Create venv and install requirements"
@echo " make build - Full website build sequence"
@echo " make help - Show this help message"
prep: