aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)