[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

CVS:oo-debian-files/bin generate_bash_completion.pl,1.1.2.2,1.1.2.3



Update of /cvs/debian-openoffice/oo-debian-files/bin
In directory gluck:/tmp/cvs-serv17733/bin

Modified Files:
      Tag: OPENOFFICE_ORG_1_1_4
	generate_bash_completion.pl 
Log Message:
avoid shell globs and fix comment

Index: generate_bash_completion.pl
===================================================================
RCS file: /cvs/debian-openoffice/oo-debian-files/bin/generate_bash_completion.pl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- generate_bash_completion.pl	14 Feb 2005 11:51:33 -0000	1.1.2.2
+++ generate_bash_completion.pl	14 Feb 2005 12:51:22 -0000	1.1.2.3
@@ -1,14 +1,14 @@
 #!/usr/bin/perl
 # script to generate OOo bash_completion file for the main applications
-# (c) 2005 Rene Engelhard <rene@debian.org>, Public Domain
+# written by Rene Engelhard <rene@debian.org>, Public Domain
 # yes, this script probably is not real good code :) but still easier
 # to maintain than adding those entries statically many times in
 # a file...
 
 @DRAWDOCS=("sxd", "std", "dxf", "emf", "eps", "met", "pct", "sgf", "sgv", "sda",
-	   "sdd", "vor", "svm", "wmf", "bmp", "gif", "jp?g", "?fif", "jpe",
-	   "pcd", "pcx", "pgm", "png", "ppm", "psd", "ras", "tga", "tif?",
-	   "xbm", "xpm");
+	   "sdd", "vor", "svm", "wmf", "bmp", "gif", "jpg", "jpeg", "jfif", "fif",
+	   "jpe", "pcd", "pcx", "pgm", "png", "ppm", "psd", "ras", "tga", "tif",
+	   "tiff", "xbm", "xpm");
 
 @IMPRESSDOCS=("sxi", "sti", "ppt", "pps", "pot", "sxd", "sda", "sdd", "sdp",
 	      "vor", "cgm");
@@ -20,12 +20,12 @@
 @MASTERDOCS=("sxg", "xgl", "txt");
 
 @WRITERDOCS=("doc", "dot", "rtf", "sxw", "stw", "sdw", "vor", "txt", "htm?",
-	     "xml", "wp?");
+	     "xml", "wp", "wpd");
 
-@WEBDOCS=("htm?", "stw", "txt", "vor");
+@WEBDOCS=("htm", "html"; "stw", "txt", "vor");
 
 @CALCDOCS=("sxc", "stc", "dif", "dbf", "xls", "xlw", "xlt", "rtf", "sdc", "vor",
-	   "slk", "txt", "htm?", "wk?", "123", "xml", "wb?");
+	   "slk", "txt", "htm", "html", "wk1", "wks" ,"123", "xml", "wb?");
 
 @APPS=("openoffice", "oodraw", "ooimpress", "oofromtemplate", "oomath", "oomaster", "oowriter", "ooweb", "oocalc");
 



Reply to: