about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-10-18 22:07:10 +0000
committerEric Wong <e@80x24.org>2021-10-18 22:07:10 +0000
commit99afa6aca636ce9d3eed683236342e02b6238234 (patch)
tree2af6f80fcc308f38e69d3f6e6948fd143d05b622
parent9296873d626ec77a9175a0bf557ac6989cc72633 (diff)
downloadmsgthr-master.tar.gz
This makes things more discoverable
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
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