]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.C
more changes, read the Changelog
[lyx.git] / src / lyx_main.C
index 585ef8da557f40a09efbfe98650ca25f29d26451..db2e00c1aa08b3b3752b2141587736e135d6ec5c 100644 (file)
@@ -682,6 +682,7 @@ bool LyX::easyParse(int * argc, char * argv[])
                                        type = "ascii";
 
                                if (type == "latex" || type == "postscript"
+                                   || type == "linuxdoc" || type == "docbook"
                                    || type == "ascii" || type == "html") 
                                        batch_command = "buffer-export " + type;
                                else