pkg.mk in raindrops-0.19.1 vs pkg.mk in raindrops-0.19.2

- old
+ new

@@ -125,10 +125,11 @@ ifneq ($(RSYNC_DEST),) 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 # Create gzip variants of the same timestamp as the original so nginx # "gzip_static on" can serve the gzipped versions directly.