about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/include.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/include.mk b/Documentation/include.mk
index 27d6ea6e..5c5b473c 100644
--- a/Documentation/include.mk
+++ b/Documentation/include.mk
@@ -115,7 +115,9 @@ doc: $(docs)
 
 gz-doc: $(gz_docs)
 rsync-doc:
-        git set-file-times $(docs) $(txt)
+        # /usr/share/doc/rsync/scripts/git-set-file-times{.gz} on Debian systems
+        # It is also at: https://yhbt.net/git-set-file-times
+        -git set-file-times $(docs) $(txt)
         $(MAKE) gz-doc
         $(RSYNC) --chmod=Fugo=r -av $(rsync_docs) $(RSYNC_DEST)
 clean-doc: