From 08f11e4c8fb173ed1341e6e0cf0cb0403df7e547 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 10 Mar 2013 20:59:36 +0100 Subject: Don't overwrite the build directory when uploading documentation --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1