changeset 112118:f6e033582333

* lisp/textmodes/rst.el (rst-compile-toolsets): Add pdf and s5 to option alist.
author Glenn Morris <rgm@gnu.org>
date Tue, 04 Jan 2011 09:04:10 -0800
parents bfe5b7d10b2e
children 48f5ac42611a
files lisp/ChangeLog lisp/textmodes/rst.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jan 04 08:57:45 2011 -0800
+++ b/lisp/ChangeLog	Tue Jan 04 09:04:10 2011 -0800
@@ -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
--- a/lisp/textmodes/rst.el	Tue Jan 04 08:57:45 2011 -0800
+++ b/lisp/textmodes/rst.el	Tue Jan 04 09:04:10 2011 -0800
@@ -3255,7 +3255,7 @@
 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")