From 4e8c33e7a21b9f232c2301499bcc272654a64e8c Mon Sep 17 00:00:00 2001 From: Greg Farough Date: Tue, 21 Feb 2023 13:25:08 -0500 Subject: [PATCH] replace year --- 2023/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2023/Makefile b/2023/Makefile index 1194c54a..64ceec35 100644 --- a/2023/Makefile +++ b/2023/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2022 Free Software Foundation +# Copyright (C) 2016-2023 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/47| sed -n 's=/lp-talk/47=/2022/speakers/=g; s=/lp-schedule/47=/2022/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=/2023/speakers/=g; s=/lp-schedule/47=/2023/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/| sed -n 's=/lp-talk/47=/2022/speakers/=g; s=/lp-schedule/47=/2022/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=/2023/speakers/=g; s=/lp-schedule/47=/2023/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