[roboptim-commit] [SCM] roboptim branch, core, updated. 2331fd79c977c584ba2656529e2527c16561a8e2
Status: Beta
Brought to you by:
flamiraux
|
From: Thomas M. <tho...@us...> - 2009-06-10 09:53:56
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "roboptim".
The branch, core has been updated
via 2331fd79c977c584ba2656529e2527c16561a8e2 (commit)
from 453c8ba5157b49abf4e2ff3df0b6e8f62e09fd89 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2331fd79c977c584ba2656529e2527c16561a8e2
Author: Thomas Moulard <tho...@gm...>
Date: Wed Jun 10 18:51:41 2009 +0900
Synchronize.
* doc/sf-upload.sh.in: Here.
Signed-off-by: Thomas Moulard <tho...@gm...>
diff --git a/ChangeLog b/ChangeLog
index 659461a..5a98f0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-06-10 Thomas Moulard <tho...@gm...>
+ Synchronize.
+ * doc/sf-upload.sh.in: Here.
+
+2009-06-10 Thomas Moulard <tho...@gm...>
+
Use new pkg-config rules.
* Makefile.am: Here.
diff --git a/doc/sf-upload.sh.in b/doc/sf-upload.sh.in
index 5db289b..62f902b 100644
--- a/doc/sf-upload.sh.in
+++ b/doc/sf-upload.sh.in
@@ -38,7 +38,8 @@ fi
rsync_cmd="$rsync -avP -e ssh"
localdir="@abs_top_builddir@/doc/html/"
-remotedir="htdocs/doc/core/$VERSION"
+pkgname=$(echo '@PACKAGE_TARNAME@' | sed 's|^roboptim-||')
+remotedir="htdocs/doc/$pkgname/$VERSION"
rsync_loghost="$SF_USERNAME,rob...@we...:"
echo "Fixing local rights.";
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
doc/sf-upload.sh.in | 3 ++-
2 files changed, 7 insertions(+), 1 deletions(-)
hooks/post-receive
--
roboptim
|