user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 4/7] doc: sync .txt mtime to .pod mtime
  2019-05-24  2:57  6% [PATCH 0/7] various documentation fixes Eric Wong
@ 2019-05-24  2:57  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2019-05-24  2:57 UTC (permalink / raw)
  To: meta

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 5c5b473..5b793fb 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)
-- 
EW


^ permalink raw reply related	[relevance 7%]

* [PATCH 0/7] various documentation fixes
@ 2019-05-24  2:57  6% Eric Wong
  2019-05-24  2:57  7% ` [PATCH 4/7] doc: sync .txt mtime to .pod mtime Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2019-05-24  2:57 UTC (permalink / raw)
  To: meta

The `--compact' switch for xcpdb is really useful.
And fix a few other doc and website things while
we're at it...

Eric Wong (7):
  doc: index: fix miscapitalization of "SQLite"
  doc: daemon: fix manpage section for nginx
  doc: don't barf on missing `git set-file-times'
  doc: sync .txt mtime to .pod mtime
  doc: generate manpages for some Xapian commands
  doc: xcpdb: add switch documentation
  doc: add URLs for Xapian manpages

 Documentation/.gitignore               |  1 +
 Documentation/extman.perl              | 33 ++++++++++++++++++++
 Documentation/include.mk               | 42 +++++++++++++++++++++++---
 Documentation/public-inbox-compact.pod | 13 +++++++-
 Documentation/public-inbox-daemon.pod  |  4 +--
 Documentation/public-inbox-index.pod   |  2 +-
 Documentation/public-inbox-xcpdb.pod   | 38 +++++++++++++++++++----
 script/public-inbox-xcpdb              |  2 +-
 8 files changed, 119 insertions(+), 16 deletions(-)
 create mode 100644 Documentation/extman.perl

-- 
EW

^ permalink raw reply	[relevance 6%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2019-05-24  2:57  6% [PATCH 0/7] various documentation fixes Eric Wong
2019-05-24  2:57  7% ` [PATCH 4/7] doc: sync .txt mtime to .pod mtime Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).