[ooo-build-commit] .: bin/mkdocs.sh

Thorsten Behrens thorsten at kemper.freedesktop.org
Wed Oct 6 14:04:30 PDT 2010


 bin/mkdocs.sh |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 7a84f5975a7e2635523d9747674e01cf3aa382fd
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Wed Oct 6 23:01:47 2010 +0200

    Rename project for document generation, too

diff --git a/bin/mkdocs.sh b/bin/mkdocs.sh
index e1d6ec3..80523d9 100755
--- a/bin/mkdocs.sh
+++ b/bin/mkdocs.sh
@@ -17,7 +17,7 @@ which dot > /dev/null 2>&1 || {
 shopt -s expand_aliases
 
 # Title of the documentation
-DOXYGEN_PROJECT_PREFIX="ooo-build"
+DOXYGEN_PROJECT_PREFIX="LibreOffice"
 
 # suck setup
 BINDIR=`dirname $0`
@@ -104,10 +104,10 @@ cat - > $BASE_OUTPUT/index.html <<EOF
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
     <head>
-        <title>OOo Source Code Documentation (fragmentary)</title>
+        <title>LibreOffice Source Code Documentation (fragmentary)</title>
     </head>
     <body>
-        <h1>OOo Source Code Documentation (fragmentary)</h1>
+        <h1>LibreOffice Source Code Documentation (fragmentary)</h1>
         <ul>
 EOF
 


More information about the ooo-build-commit mailing list