[beast/devel: 20/22] DOCS: fix target directory for doc uploads



commit d78a53948be606e6a04a4df7b1f26f3ff7551e0a
Author: Tim Janik <timj gnu org>
Date:   Sun Jan 20 03:05:40 2013 +0100

    DOCS: fix target directory for doc uploads

 docs/dev/makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/dev/makefile b/docs/dev/makefile
index 0ed2952..e732a17 100644
--- a/docs/dev/makefile
+++ b/docs/dev/makefile
@@ -87,7 +87,7 @@ all-docs: $(git_stamp) doxygen.cfg
 # upload release versions directly, otherwise upload as latest/
 upload: all
 	$(Q) test "${REL_VERSION}" != "${DSC_VERSION}" || { set -x ; \
-	  rsync -zaHP --del "html/${DOC_VERSION}"  "testbit:/srv/dev/html/beast/${DOC_VERSION}" ; }
+	  rsync -zaHP --del "html/${DOC_VERSION}"  "testbit:/srv/dev/html/beast/" ; }
 	$(Q) test "${REL_VERSION}" = "${DSC_VERSION}" || { set -x ; \
 	  rsync -zaHP --del "html/${DOC_VERSION}/"  "testbit:/srv/dev/html/beast/latest/" ; }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]