Skip to content

Commit 3467bb2

Browse files
authored
Merge pull request #2182 from wilzbach/remove-rm
Remove outdated rm blog.html in posix.mak merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2 parents e469c79 + 534697e commit 3467bb2

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)