The attached patch inserts "auto" as viewer editor for WMF, EMF, DOC, RTF, SXW.
OK? Also for branch?

regards Uwe
Index: configure.py
===================================================================
--- configure.py	(revision 32409)
+++ configure.py	(working copy)
@@ -572,11 +572,11 @@
 \Format pdftex     pdftex_t PDFTEX                "" ""	""	""
 \Format program    ""      Program                "" ""	""	""
 \Format pstex      pstex_t PSTEX                  "" ""	""	""
-\Format rtf        rtf    "Rich Text Format"      "" ""	""	"document,vector"
-\Format sxw        sxw    "OpenOffice.Org (sxw)"  ""  ""	""	"document,vector"
-\Format wmf        wmf    "Windows Metafile"      "" ""	""	"vector"
-\Format emf        emf    "Enhanced Metafile"     "" ""	""	"vector"
-\Format word       doc    "MS Word"               W  ""	""	"document,vector"
+\Format rtf        rtf    "Rich Text Format"      "" "%s"	""	"document,vector"
+\Format sxw        sxw    "OpenOffice.Org (sxw)"  "" "%s"	""	"document,vector"
+\Format wmf        wmf    "Windows Metafile"      "" "%s"	"%s"	"vector"
+\Format emf        emf    "Enhanced Metafile"     "" "%s"	"%s"	"vector"
+\Format word       doc    "MS Word"               W  "%s"	""	"document,vector"
 \Format wordhtml   html   "HTML (MS Word)"        "" "" ""	"document"
 ''')
 

Reply via email to