From 99afa6aca636ce9d3eed683236342e02b6238234 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 18 Oct 2021 22:07:10 +0000 Subject: homepage: drop index.html and created.rid This makes things more discoverable --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index da5ba82..b9c3e22 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -69,7 +69,8 @@ publish_doc: install -m644 NEWS.atom.xml www/NEWS.atom.xml for i in $$(find www -type f ! -regex '^.*\.gz$$'); do \ gzip --rsyncable -9 < $$i > $$i.gz; touch -r $$i $$i.gz; done - $(RSYNC) -av www/ $(RSYNC_DEST) + $(RSYNC) -av www/ $(RSYNC_DEST) \ + --exclude index.html* --exclude created.rid* git ls-files | xargs touch endif -- cgit v1.2.3-24-ge0c7