From a9149a7d0210d5b6c67ec4fe2acab313b089965d Mon Sep 17 00:00:00 2001 From: Timo Lotterbach Date: Fri, 15 Mar 2013 10:15:49 +0100 Subject: [PATCH] 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 --- Doxyfile | 4 ++-- generate_specification.sh | 4 ++-- 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 - -- 2.7.4