about summary refs log tree commit homepage
path: root/pkg.mk
diff options
context:
space:
mode:
Diffstat (limited to 'pkg.mk')
-rw-r--r--pkg.mk3
1 files changed, 2 insertions, 1 deletions
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