replace year
authorGreg Farough <gregf@gnu.org>
Tue, 21 Feb 2023 18:25:08 +0000 (13:25 -0500)
committerGreg Farough <gregf@gnu.org>
Tue, 21 Feb 2023 18:25:08 +0000 (13:25 -0500)
2023/Makefile

index 1194c54a545137332fb4e3211fc856e7034d8062..64ceec354a37491b1700f1a639878f7c4d8e5d59 100644 (file)
@@ -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