]> Sergey Matveev's repositories - public-inbox.git/commit
doc: avoid needless rebuilds of NEWS
authorEric Wong <e@yhbt.net>
Fri, 24 Jan 2020 22:09:29 +0000 (22:09 +0000)
committerEric Wong <e@yhbt.net>
Sat, 25 Jan 2020 09:00:48 +0000 (09:00 +0000)
commit4d19d3a79188591a25d325128d2ed0a153766577
tree628549bc3aaa50e7eb42141690ee2e45b137a6c1
parent0cf1c8b305e15d9ca9869c624a71c96b96a7a5cc
doc: avoid needless rebuilds of NEWS

Repeatedly rebuilding `NEWS' because the mtime of `NEWS'
is synched to the latest release .eml is a bit annoying,
but necessary to save bandwidth for the website.

So we'll also update the mtime of the source .eml file when
reading them.  It's kinda gross to be setting mtimes of source
.eml files in Documentation/RelNotes/, but I can't think of
anything better at the moment...
Documentation/include.mk
Documentation/mknews.perl
Makefile.PL