From a29d294f543fc7c101171e8686cf3652318e8b74 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 19 Mar 2016 01:22:01 -0400 Subject: [PATCH] 2016/Makefile - Add --ical switch to sessions. Upgrade lpschedule-generator to version 0.4.0 with: pip install --upgrade lpschedule-generator --- 2016/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/2016/Makefile b/2016/Makefile index 945dfd28..b8de8dbc 100644 --- a/2016/Makefile +++ b/2016/Makefile @@ -14,6 +14,8 @@ # along with this program. If not, see # . +LP_YEAR = 2016 + SPEAKERS_TEMPLATE = assets/templates/lp-speakers-2016.jinja2 SPEAKERS_MD = /home/owner/brains/campaigns/libreplanet/2016/program/bios-for-site.mdwn SPEAKERS_HTML = program/generated-bios.html @@ -45,7 +47,7 @@ $(SPEAKERS_HTML): $(SPEAKERS_MD) $(SESSIONS_HTML): $(SESSIONS_MD) - @lps_gen -s $(SESSIONS_TEMPLATE) $< > $@ + @lps_gen -s --ical $(LP_YEAR) $(SESSIONS_TEMPLATE) $< > $@ .PHONY: all speakers sessions both clean -- 2.25.1