]> granicus.if.org Git - p11-kit/commitdiff
Don't overwrite the build directory when uploading documentation
authorStef Walter <stefw@gnome.org>
Sun, 10 Mar 2013 19:59:36 +0000 (20:59 +0100)
committerStef Walter <stefw@gnome.org>
Thu, 14 Mar 2013 07:14:42 +0000 (08:14 +0100)
Makefile.am

index 86cc58c99c840b9d1b3f05499a62bb07e9800c03..863bc02c2eb1ae2a63bec325e46ca619aa72d450 100644 (file)
@@ -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