Doc: updated specification version, report errors during PDF creation
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Fri, 15 Mar 2013 09:15:49 +0000 (10:15 +0100)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Mon, 18 Mar 2013 09:08:15 +0000 (10:08 +0100)
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>
Doxyfile
generate_specification.sh

index a9be31c..76f3cdf 100644 (file)
--- 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
index b60e464..c513155 100755 (executable)
@@ -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 -