projects
/
ldapsaisie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c079b0a
)
buildDoc.sh : Added buildDocExports.sh exection if is defined
author
Benjamin Renard
<brenard@easter-eggs.com>
Fri, 20 May 2011 15:54:39 +0000
(17:54 +0200)
committer
Benjamin Renard
<brenard@easter-eggs.com>
Fri, 20 May 2011 15:54:39 +0000
(17:54 +0200)
buildDoc.sh
patch
|
blob
|
history
diff --git
a/buildDoc.sh
b/buildDoc.sh
index
be806e0
..
aa3ce23
100755
(executable)
--- a/
buildDoc.sh
+++ b/
buildDoc.sh
@@
-34,4
+34,7
@@
do
done
echo done.
-
+if [ -n "$EXPORT_DOC_DIR" ]
+then
+ $ROOT_DIR/buildDocExports.sh
+fi