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

List:       kde-release-team
Subject:    Re: String freeze ask
From:       Burkhard =?utf-8?q?L=C3=BCck?= <lueck () hube-lueck ! de>
Date:       2007-11-21 15:19:36
Message-ID: 200711211619.36271.lueck () hube-lueck ! de
[Download RAW message or body]

Am Dienstag 20 November 2007 23:48:53 schrieb Allen Winter:
> On Thursday 15 November 2007 03:33:23 Burkhard Lück wrote:
> > Some other broken things regarding doctranslation:
> > autogen.sh:
>
> autogen.sh??
l10n-kde4/scripts/autogen.sh, the script to generate the buildsystem files for 
the translated docucumentation.
>
> > faq, glossary, quickstart, userguide, visualdict are installed in wrong
> > dir and are therefore not visible in khelcenter
>
> those docs are installed in $KDEDIR/share/doc/HTML/en/khelpcenter.
> what is the correct install location?  I can easily fix once I know
> where they should be installed.
>
I mean the language docbooks, not the english docbooks.
Attached a patch to install the language docbooks for faq, glossary, 
quickstart, userguide, visualdict in 
$KDEDIR/share/doc/HTML/language/khelpcenter.

> > language/common dir and the links in it are not installed
>
> $KDEDIR/share/doc/HTML/en/common exists
> so what symlinks do we need to create. please tell me what to do here.
>
The directory $KDEDIR/share/doc/HTML/language/common is not installed.
And in kde3 there are some symlinks in every language/common to some files in 
en/commen. I don't know if these symlinks are still needed for the kde4 
language documentations.

Burkhard Lück


["autogen.sh.diff" (text/x-diff)]

Index: l10n-kde4/scripts/autogen.sh
===================================================================
--- l10n-kde4/scripts/autogen.sh	(Revision 739509)
+++ l10n-kde4/scripts/autogen.sh	(Arbeitskopie)
@@ -21,6 +21,26 @@
            if [  ! -z $kinfocenter_found ]; then 
                 add_subdir="SUBDIR kinfocenter/$subdir";  
            fi      
+	   local faq_found=`echo $dir_local/$subdir | grep faq`;
+	   if [  ! -z $faq_found ]; then 
+                add_subdir="SUBDIR khelpcenter/$subdir";
+	   fi
+	   local glossary_found=`echo $dir_local/$subdir | grep glossary`;
+	   if [  ! -z $glossary_found ]; then 
+                add_subdir="SUBDIR khelpcenter/$subdir";
+	   fi
+	   local quickstart_found=`echo $dir_local/$subdir | grep quickstart`;
+	   if [  ! -z $quickstart_found ]; then 
+                add_subdir="SUBDIR khelpcenter/$subdir";
+	   fi
+	   local userguide_found=`echo $dir_local/$subdir | grep userguide`;
+	   if [  ! -z $userguide_found ]; then 
+                add_subdir="SUBDIR khelpcenter/$subdir";
+	   fi
+	   local visualdict_found=`echo $dir_local/$subdir | grep visualdict`;
+	   if [  ! -z $visualdict_found ]; then 
+                add_subdir="SUBDIR khelpcenter/$subdir";
+	   fi
            echo "kde4_create_handbook(index.docbook INSTALL_DESTINATION \
\${HTML_INSTALL_DIR}/\${CURRENT_LANG}/ $add_subdir )" >> \
$dir_local/$subdir/CMakeLists.txt;  fi
   done



_______________________________________________
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


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

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