summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 86cc58c..863bc02 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,7 +54,7 @@ endif
if ENABLE_GTK_DOC
upload-doc: all
- rsync -Hvax --exclude doc build \
+ rsync -Hvax --exclude doc --exclude build \
doc/manual/html/./ $(WEBHOST):$(WEBBASE)/doc/p11-kit/./
endif