* lisp/textmodes/rst.el (rst-compile-toolsets): Add pdf and s5 to option alist.
authorGlenn Morris <rgm@gnu.org>
Tue, 4 Jan 2011 17:04:10 +0000 (09:04 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 4 Jan 2011 17:04:10 +0000 (09:04 -0800)
lisp/ChangeLog
lisp/textmodes/rst.el

index 6c4473d..d30fb04 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-04  Glenn Morris  <rgm@gnu.org>
+
+       * textmodes/rst.el (rst-compile-toolsets):
+       Add pdf and s5 to option alist.
+
 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
 
        * net/dbus.el (dbus-register-property): Added optional parameter
index 34ac600..243382e 100644 (file)
@@ -3255,7 +3255,7 @@ document with \\[rst-compile]."
 An association list of the toolset to a list of the (command to use,
 extension of produced filename, options to the tool (nil or a
 string)) to be used for converting the document."
-  :type '(alist :options (html latex newlatex pseudoxml xml)
+  :type '(alist :options (html latex newlatex pseudoxml xml pdf s5)
                 :key-type symbol
                 :value-type (list :tag "Specification"
                              (file :tag "Command")