summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-03-15 10:15:49 +0100
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-03-18 10:08:15 +0100
commita9149a7d0210d5b6c67ec4fe2acab313b089965d (patch)
tree4fa7c38e43b0dde2ec3a3d777ff512252c958901
parentdbd6d47caeb2ecdc181d5c637a103ae037ecf034 (diff)
downloadlayer_management-a9149a7d0210d5b6c67ec4fe2acab313b089965d.tar.gz
Doc: updated specification version, report errors during PDF creation
all output has been suppressed previously, but errors should be visible to user to detect script problems. Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
-rw-r--r--Doxyfile4
-rwxr-xr-xgenerate_specification.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile b/Doxyfile
index a9be31c..76f3cdf 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -26,13 +26,13 @@ DOXYFILE_ENCODING = UTF-8
# identify the project. Note that if you do not use Doxywizard you need
# to put quotes around the project name if it contains spaces.
-PROJECT_NAME = "GENIVI LayerManagement 1.0"
+PROJECT_NAME = "IVI LayerManagement 1.0"
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = "ivi-layer-management_version_1_0"
+PROJECT_NUMBER = "1_0"
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
diff --git a/generate_specification.sh b/generate_specification.sh
index b60e464..c513155 100755
--- a/generate_specification.sh
+++ b/generate_specification.sh
@@ -2,7 +2,7 @@
LATEX_PATH=`pwd`/doc_generated/latex
PDF_PATH=`pwd`/doc_generated
-PDF_NAME=GENIVI_LayerManagement_Design_v2_0_MG0001
+PDF_NAME=IVI_LayerManagement_Design_v3_0_MG0001
#==============================================================================
@@ -33,7 +33,7 @@ echo "$MAIN_PAGE" \
echo "creating PDF from latex documentation..."
#==============================================================================
cd $LATEX_PATH
-make &> /dev/null
+make 1> /dev/null
cd -