]> git.lyx.org Git - features.git/blobdiff - src/lyxrc.h
Added html export for LinuxDoc and DocBook. LinuxDoc import now available in file...
[features.git] / src / lyxrc.h
index 11d680324d972bff68252d08e357d0c68e7d6da8..9ffec09f5fa32e3ee38f622b8d884addf5c1d808 100644 (file)
@@ -121,8 +121,6 @@ public:
        /// command to run an html converter incl. options
        string html_command;
        ///
-       string sgml_extra_options;
-       ///
        string document_path;
        ///
        string template_path;
@@ -229,6 +227,18 @@ public:
        /// Do we have to use a GUI?
        bool use_gui;
        ///
+       string linuxdoc_to_lyx_command;
+       ///
+       string linuxdoc_to_html_command;
+       ///
+       string linuxdoc_to_latex_command;
+       ///
+       string docbook_to_dvi_command;
+       ///
+       string docbook_to_html_command;
+       ///
+       string docbook_to_pdf_command;
+       ///
        typedef map<string, int> Bindings;
        ///
        Bindings bindings;