ooo-build r12570 - in branches/ooo-build-2-4-1: . bin
- From: pmladek svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r12570 - in branches/ooo-build-2-4-1: . bin
- Date: Fri, 16 May 2008 20:20:59 +0100 (BST)
Author: pmladek
Date: Fri May 16 19:20:59 2008
New Revision: 12570
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12570&view=rev
Log:
2008-05-16 Petr Mladek <pmladek suse cz>
* bin/generate-bash-completion: associate the masterdocs suffixes
also with writer, n#257299; remove "xgl" and "txt" suffixes from
the masterdocs group; OOo does not know the "xgl" suffix at all;
the "txt" suffix is already associated with writer
Modified:
branches/ooo-build-2-4-1/ChangeLog
branches/ooo-build-2-4-1/bin/generate-bash-completion
Modified: branches/ooo-build-2-4-1/bin/generate-bash-completion
==============================================================================
--- branches/ooo-build-2-4-1/bin/generate-bash-completion (original)
+++ branches/ooo-build-2-4-1/bin/generate-bash-completion Fri May 16 19:20:59 2008
@@ -20,7 +20,7 @@
my @MATHDOCS=("sxm", "smf", "mml", "odf");
-my @MASTERDOCS=("sxg", "xgl", "txt", "odm", "sgl");
+my @MASTERDOCS=("sxg", "odm", "sgl");
my @WRITERDOCS=("doc", "dot", "rtf", "sxw", "stw", "sdw", "vor", "txt", "htm?",
"xml", "wp", "wpd", "wps", "odt", "ott", "fodt");
@@ -175,7 +175,7 @@
next if ( $APPS{$app} eq "" );
if ($app eq "draw" ) { print_suffixes_check ($APPS{$app}, @DRAWDOCS); }
- if ($app eq "writer") { print_suffixes_check ($APPS{$app}, @WRITERDOCS); }
+ if ($app eq "writer") { print_suffixes_check ($APPS{$app}, @WRITERDOCS, @MASTERDOCS); }
if ($app eq "web") { print_suffixes_check ($APPS{$app}, @WEBDOCS); }
if ($app eq "math") { print_suffixes_check ($APPS{$app}, @MATHDOCS); }
if ($app eq "impress") { print_suffixes_check ($APPS{$app}, @IMPRESSDOCS); }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]