Fix make speakers
authorMichael McMahon <michael@fsf.org>
Tue, 30 Apr 2024 19:01:37 +0000 (15:01 -0400)
committerMichael McMahon <michael@fsf.org>
Tue, 30 Apr 2024 19:01:37 +0000 (15:01 -0400)
2024/Makefile

index 27ab2a1556319af48afc1f0e2ccfb4012e6a5c56..cad11c50f21236f9c132d84b6117c34e98193a0d 100644 (file)
@@ -21,10 +21,10 @@ wikipages:
        $(shell ../markdown-convert.sh $<)
 
 speakers:
-       curl -s https://my.fsf.org/lp-talk/62| sed -n 's=/lp-talk/55=/2024/speakers/=g; s=/lp-schedule/55=/2024/program/=g; s=<br />=<br>=g; s=</br>=<br>=g; s=<a href="mailto:GNU@NU">GNU@NU</a>=GNU@NU=g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' | sed -e '2,29d' > includes/generated-bios.html
+       curl -s https://my.fsf.org/lp-talk/62| sed -n 's=/lp-talk/55=/2024/speakers/=g; s=/lp-schedule/55=/2024/program/=g; s=<br />=<br>=g; s=</br>=<br>=g; s|<a href="mailto:GNU@NU">GNU@NU</a>|GNU@NU|g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; ' | sed -e '2,29d' > includes/generated-bios.html
 
 sessions:
-       curl -s https://my.fsf.org/lp-schedule/| sed -n 's=/lp-talk/62=/2024/speakers/=g; s=/lp-schedule/55=/2024/program/=g; s=<br />=<br>=g; s=</br>=<br>=g; s|<a href="mailto:GNU@NU">GNU@NU</a>|GNU@NU|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/62=/2024/speakers/=g; s=/lp-schedule/55=/2024/program/=g; s=<br />=<br>=g; s=</br>=<br>=g; s|<a href="mailto:GNU@NU">GNU@NU</a>|GNU@NU|g; s/fa fa-/glyphicon glyphicon-/g; /pagestart/s/<\/div>//; /pagestart/,/pageend/p; s|https://my.fsf.org/sites/default/files/webform/LP24-speaker-Ciaran.jpg|https://static.fsf.org/nosvn/libreplanet/2024/communications/LP24-speaker-Ciaran.jpg|;' > includes/generated-sessions.html
 
 clean:
        rm  -f includes/generated-sessions.html includes/generated-bios.html