From 9ed46d1cb99487ce96942f084c65ff95bce5017a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 24 May 2019 02:57:55 +0000 Subject: doc: sync .txt mtime to .pod mtime Otherwise timestamps for .html files get screwed up, too; and that hurts caching. --- Documentation/include.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/include.mk b/Documentation/include.mk index 5c5b473c..5b793fb5 100644 --- a/Documentation/include.mk +++ b/Documentation/include.mk @@ -87,13 +87,13 @@ dtxt += $(mantxt) all :: $(mantxt) Documentation/%.txt : Documentation/%.pod - $(podtext) $< $@+ && mv $@+ $@ + $(podtext) $< $@+ && touch -r $< $@+ && mv $@+ $@ txt2pre = $(PERL) -I lib ./Documentation/txt2pre <$< >$@+ && \ touch -r $< $@+ && mv $@+ $@ Documentation/standards.txt : Documentation/standards.perl - $(PERL) $< >$@+ && mv $@+ $@ + $(PERL) $< >$@+ && touch -r $< $@+ && mv $@+ $@ Documentation/%.html: Documentation/%.txt $(txt2pre) -- cgit v1.2.3-24-ge0c7