raindrops RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH] pkg.mk: remove index.html and created.rid from homepage
@ 2021-05-25 23:02  7% Eric Wong
  0 siblings, 0 replies; 1+ results
From: Eric Wong @ 2021-05-25 23:02 UTC (permalink / raw)
  To: raindrops-public

index.html and README.html are identical, so get rid of
it.  created.rid has no business being public, anyways.
Our homepage is just a directory listing, nowadays,
to improve discoverability of non-HTML docs.
---
 pkg.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pkg.mk b/pkg.mk
index 628830d..ebed5da 100644
--- a/pkg.mk
+++ b/pkg.mk
@@ -127,7 +127,8 @@ publish_doc:
 	-git set-file-times
 	$(MAKE) doc
 	$(MAKE) doc_gz
-	$(RSYNC) -av doc/ $(RSYNC_DEST)/
+	$(RSYNC) -av doc/ $(RSYNC_DEST)/ \
+		--exclude index.html* --exclude created.rid*
 	git ls-files | xargs touch
 endif
 

^ permalink raw reply related	[relevance 7%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2021-05-25 23:02  7% [PATCH] pkg.mk: remove index.html and created.rid from homepage Eric Wong

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

	https://yhbt.net/raindrops.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).