From e1de5f25a498ed0af7fa0939035fe96396f046e6 Mon Sep 17 00:00:00 2001 From: Greg Farough Date: Fri, 25 Feb 2022 12:21:46 -0500 Subject: [PATCH] Revert "Revert "fix makefile + update copyright year"" This reverts commit a888143fe3b7710cfb08bfe29fb8fa4dc77c8511. --- 2022/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2022/Makefile b/2022/Makefile index a3a9426b..a1f10bd0 100644 --- a/2022/Makefile +++ b/2022/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 Free Software Foundation +# Copyright (C) 2016-2022 Free Software Foundation # # This program is free software: you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -21,10 +21,10 @@ wikipages: $(shell ../markdown-convert.sh $<) speakers: - curl -s https://my.fsf.org/lp-talk/30| sed -n 's=/lp-talk/30=/2020/speakers/=g; s=/lp-schedule-2020=/2020/program/=g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' > includes/generated-bios.html + curl -s https://my.fsf.org/lp-talk/47| sed -n 's=/lp-talk/47=/2022/speakers/=g; s=/lp-schedule-2022=/2022/program/=g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' > includes/generated-bios.html sessions: - curl -s https://my.fsf.org/lp-schedule-2020| sed -n 's=/lp-talk/30=/2020/speakers/=g; s=/lp-schedule-2020=/2020/program/=g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' > includes/generated-sessions.html + curl -s https://my.fsf.org/lp-schedule/| sed -n 's=/lp-talk/47=/2022/speakers/=g; s=/lp-schedule=/2022/program/=g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' > includes/generated-sessions.html clean: rm -f includes/generated-sessions.html includes/generated-bios.html -- 2.25.1