aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-03-25 16:36:11 +0100
committern-peugnet <n.peugnet@free.fr>2022-03-25 16:36:11 +0100
commitf853bf46319e4c9fe9c8e71e461405128f22d4c7 (patch)
treea51ece702d3b4fe28c9c43737eef7761886daac8 /Makefile
parentbde1e333be9a463fed103ebb9963431b06f70604 (diff)
downloadclub1-docs-f853bf46319e4c9fe9c8e71e461405128f22d4c7.tar.gz
club1-docs-f853bf46319e4c9fe9c8e71e461405128f22d4c7.zip
exclude hidden files from rsync publish command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1fdbbdf..b9fe36e 100644
--- a/Makefile
+++ b/Makefile
@@ -46,8 +46,8 @@ latexpdf: latex
info: texinfo
$(MAKE) -C $(BUILDDIR)/texinfo/$(LOCALE)
-publish: html
- rsync -av --del _build/html/ $(USER)@$(PUBHOST):$(PUBDIR)
+publish:
+ rsync -av --del --exclude='.*' _build/html/ $(USER)@$(PUBHOST):$(PUBDIR)
# Shinx commands that need locales (builders).
$(SPHINXBUILDERS): $(if $(NOTFR),locales/$(LOCALE)/LC_MESSAGES/package.po)