[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/gpg4win/scripts/debian-xcompile
From:       Emanuel Schütze <emanuel () intevation ! de>
Date:       2010-02-19 17:23:46
Message-ID: 1266600226.498677.20150.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1092897 by eschuetze:

Add german kleopatra handbook

 M  +15 -3     13-build-kdepim.sh  


--- branches/work/gpg4win/scripts/debian-xcompile/13-build-kdepim.sh #1092896:1092897
@@ -32,14 +32,26 @@
     run "Building kdepim (win32)" make
     run "Installing kdepim (win32)" make install
 
+    # kleopatra handbook en
     cd "$INST/share/doc/HTML/en/kleopatra/"
-    run "Create Kleopatra handbook" "$BUILDDIR/kdelibs-install/bin/meinproc4" index.docbook
+    run "Create Kleopatra handbook EN" "$BUILDDIR/kdelibs-install/bin/meinproc4" index.docbook
+    rm "$INST/share/doc/HTML/en/kleopatra/index.cache.bz2"
+    rm "$INST/share/doc/HTML/en/kleopatra/index.docbook"
+
+    # kleopatra handbook de
+    cd_mk_or_die "$INST/share/doc/HTML/de/kleopatra/"
+    cp "$SRCDIR/l10n-kde4/de/docs/kdepim/kleopatra/index.docbook" "$INST/share/doc/HTML/de/kleopatra/"
+    run "Create Kleopatra handbook DE" "$BUILDDIR/kdelibs-install/bin/meinproc4" index.docbook
+    rm "$INST/share/doc/HTML/de/kleopatra/index.docbook"
+
+    # Install Common files to HTML/common for handbook
+    cd_or_die "$INST/share/doc/HTML"
     svn checkout svn://anonsvn.kde.org/home/kde/trunk/KDE/kdelibs/doc/common common
     rm -rf "common/.svn"
-    f=$(find . -maxdepth 1 -name "*.html")
+    f=$(find . -maxdepth 3 -name "*.html")
     for i in $f; do
         cp $i $i.bkp
-        cat $i.bkp | sed 's/help:\///g' > $i
+        cat $i.bkp | sed 's/help:\//..\/..\//g' > $i
         rm $i.bkp
     done
 ) || exit 1
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic