Code Review
/
opnfvdocs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9899d32
)
Fixing a typo
67/26567/2
author
Gerald Kunzmann
<kunzmann@docomolab-euro.com>
Wed, 28 Dec 2016 15:23:06 +0000
(15:23 +0000)
committer
Gerald Kunzmann
<kunzmann@docomolab-euro.com>
Wed, 28 Dec 2016 15:24:41 +0000
(15:24 +0000)
Change-Id: I6ee6f4133bab226a7a67b6e09a5c4cccd906ed6a
Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
scripts/docs-build.sh
patch
|
blob
|
history
diff --git
a/scripts/docs-build.sh
b/scripts/docs-build.sh
index
91bb91a
..
9c3b49f
100755
(executable)
--- a/
scripts/docs-build.sh
+++ b/
scripts/docs-build.sh
@@
-26,7
+26,7
@@
project="$(basename $(git rev-parse --show-toplevel))"
html_notes=" Revision: $rev_full\n Build date: $(date -u +'%Y-%m-%d')"
opnfv_logo="$OPNFVDOCS_DIR/etc/opnfv-logo.png"
copyright="$(date +%Y), OPNFV."
-copyrightlong="$(date +%Y), OPNFV. Licen
c
ed under CC BY 4.0."
+copyrightlong="$(date +%Y), OPNFV. Licen
s
ed under CC BY 4.0."
error_count=0
function set_error() {