We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f8457 commit 534697eCopy full SHA for 534697e
posix.mak
@@ -587,7 +587,6 @@ $G/dblog_latest.ddoc: $G/dblog_latest.html
587
cat $< | grep -m2 'entry-title' | tail -n1 | \
588
sed -E 's/^.*<a href="(.+)" rel="bookmark">([^<]+)<\/a>.*<time.*datetime="[^"]+">([^<]*)<\/time><time class="updated".*Author *<\/span><a [^>]+>([^<]+)<\/a>.*/DBLOG_LATEST_TITLE2=\2|DBLOG_LATEST_LINK2=\1|DBLOG_LATEST_DATE2=\3|DBLOG_LATEST_AUTHOR2=\4/' | \
589
tr '|' '\n' > $(basename $@)2.ddoc
590
- rm $(TMP)/blog.html
591
592
$G/dblog_latest2.ddoc: $G/dblog_latest.ddoc
593
0 commit comments