about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <bofh@yhbt.net>2020-12-24 20:21:02 +0000
committerEric Wong <bofh@yhbt.net>2020-12-24 20:35:53 +0000
commit81b4ebbde71787deedf113986896880d75b8b71f (patch)
tree8e25f3e0a64eef7d7d104839fb685c71a07ccb4b /GNUmakefile
parent673c15e3f020bccc0336838617875b26c9a45f4e (diff)
downloadunicorn-81b4ebbde71787deedf113986896880d75b8b71f.tar.gz
created.rid has no business being published anyways, and
index.html is redundant given README.html.  Avoid confusing
search engines with identical documents at different URLs.

Our "homepage" is just a directory listing, now, which should
help discoverability of non-HTML docs.  Old content is at
https://yhbt.net/unicorn/README.html
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d80e608..dd0a761 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -245,7 +245,8 @@ publish_doc:
         $(MAKE) doc
         $(MAKE) doc_gz
         chmod 644 $$(find doc -type f)
-        $(RSYNC) -av doc/ yhbt.net:/srv/yhbt/unicorn/
+        $(RSYNC) -av doc/ yhbt.net:/srv/yhbt/unicorn/ \
+                --exclude index.html* --exclude created.rid*
         git ls-files | xargs touch
 
 # Create gzip variants of the same timestamp as the original so nginx