diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-10 20:59:36 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-14 08:14:42 +0100 |
commit | 08f11e4c8fb173ed1341e6e0cf0cb0403df7e547 (patch) | |
tree | 2eba6de6244f52f568d64d82468045c122f6d1ce | |
parent | 3177cbccb237bfef66721eeb773b574f1d8ba076 (diff) |
Don't overwrite the build directory when uploading documentation
-rw-r--r-- | Makefile.am | 2 |
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 |