From: Zoe Date: Thu, 20 Feb 2020 20:51:38 +0000 (-0500) Subject: makefile X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2b71126720b66be3757a68596be9c3392fd9286b;p=libreplanet-static.git makefile --- diff --git a/2020/Makefile b/2020/Makefile index 9979c15d..a429daa9 100644 --- a/2020/Makefile +++ b/2020/Makefile @@ -26,10 +26,10 @@ wikipages: done speakers: - curl -s https://my.fsf.org/lp-talk/30| sed -n '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/30| sed -n 's=/lp-talk/30=/2020/speakers=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/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' > includes/generated-sessions.html + curl -s https://my.fsf.org/lp-schedule-2020| sed -n 's=/lp-schedule-2020=/2020/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