File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -598,7 +598,7 @@ $G/dblog_latest.html:
598
598
599
599
$G/dblog_latest.ddoc : $G/dblog_latest.html
600
600
cat $< | grep -m1 ' entry-title' | \
601
- sed -E ' s/^.*<a href="(.+)" rel="bookmark">([^<]+)<\/a>.*<time.*datetime="[^"]+">([^<]*)<\/time><time class="updated" .*Author *<\/span><a [^>]+>([^<]+)<\/a>.*/DBLOG_LATEST_TITLE=\2|DBLOG_LATEST_LINK=\1|DBLOG_LATEST_DATE=\3|DBLOG_LATEST_AUTHOR=\4/' | \
601
+ sed -E ' s/^.*<a href="(.+)" rel="bookmark">([^<]+)<\/a>.*<time.*datetime="[^"]+">([^<]*)<\/time>.*Author *<\/span><a [^>]+>([^<]+)<\/a>.*/DBLOG_LATEST_TITLE=\2|DBLOG_LATEST_LINK=\1|DBLOG_LATEST_DATE=\3|DBLOG_LATEST_AUTHOR=\4/' | \
602
602
tr ' |' ' \n' > $@
603
603
@if [ ! -s $@ ] ; then echo " $@ is empty. Please check the download" ; rm -f $@ ; exit 1 ; fi
604
604
cat $< | grep -m2 ' entry-title' | tail -n1 | \
You can’t perform that action at this time.
0 commit comments