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 1/2] doc: use ".html" instead of ".txt.html" for website
  2015-12-26 23:00  5% [PATCH 0/2] website cleanups with less ssoma references Eric Wong
@ 2015-12-26 23:00  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2015-12-26 23:00 UTC (permalink / raw)
  To: meta

Shorter URLs are easier to read, remember, and more efficient.
---
 Documentation/include.mk | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Documentation/include.mk b/Documentation/include.mk
index 55bfc97..43336c2 100644
--- a/Documentation/include.mk
+++ b/Documentation/include.mk
@@ -42,12 +42,14 @@ install-man: man
 txt2pre = ./Documentation/txt2pre < $< > $@+ && touch -r $< $@+ && mv $@+ $@
 txt := INSTALL README COPYING
 dtxt :=  design_notes.txt design_www.txt dc-dlvr-spam-flow.txt
-txt += $(addprefix Documentation/, $(dtxt))
+dtxt := $(addprefix Documentation/, $(dtxt))
 
+%.html: %.txt
+	$(txt2pre)
 %.html: %
 	$(txt2pre)
 
-docs_html := $(addsuffix .html, $(txt))
+docs_html := $(addsuffix .html, $(subst .txt,,$(dtxt)) $(txt))
 html: $(docs_html)
 gz_docs := $(addsuffix .gz, $(docs) $(docs_html))
 rsync_docs := $(gz_docs) $(docs) $(txt) $(docs_html)
-- 
EW


^ permalink raw reply related	[relevance 7%]

* [PATCH 0/2] website cleanups with less ssoma references
@ 2015-12-26 23:00  5% Eric Wong
  2015-12-26 23:00  7% ` [PATCH 1/2] doc: use ".html" instead of ".txt.html" for website Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2015-12-26 23:00 UTC (permalink / raw)
  To: meta

Pushing out some minor updates to the site to make it smaller
and less cluttered.

      doc: use ".html" instead of ".txt.html" for website
      doc: minor updates to trim down the README


^ permalink raw reply	[relevance 5%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-12-26 23:00  5% [PATCH 0/2] website cleanups with less ssoma references Eric Wong
2015-12-26 23:00  7% ` [PATCH 1/2] doc: use ".html" instead of ".txt.html" for website 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).