ooo-build r12571 - in trunk: . bin



Author: pmladek
Date: Fri May 16 19:22:01 2008
New Revision: 12571
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12571&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:
   trunk/ChangeLog
   trunk/bin/generate-bash-completion

Modified: trunk/bin/generate-bash-completion
==============================================================================
--- trunk/bin/generate-bash-completion	(original)
+++ trunk/bin/generate-bash-completion	Fri May 16 19:22:01 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]