Skip to content

Commit 534697e

Browse files
committed
Remove outdated rm blog.html in posix.mak
1 parent 78f8457 commit 534697e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

posix.mak

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ $G/dblog_latest.ddoc: $G/dblog_latest.html
587587
cat $< | grep -m2 'entry-title' | tail -n1 | \
588588
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/' | \
589589
tr '|' '\n' > $(basename $@)2.ddoc
590-
rm $(TMP)/blog.html
591590

592591
$G/dblog_latest2.ddoc: $G/dblog_latest.ddoc
593592

0 commit comments

Comments
 (0)