comparison lisp/textmodes/rst.el @ 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 4e3dc3aca537
children
comparison
equal deleted inserted replaced
112117:bfe5b7d10b2e 112118:f6e033582333
3253 ".html" nil)) 3253 ".html" nil))
3254 "Table describing the command to use for each toolset. 3254 "Table describing the command to use for each toolset.
3255 An association list of the toolset to a list of the (command to use, 3255 An association list of the toolset to a list of the (command to use,
3256 extension of produced filename, options to the tool (nil or a 3256 extension of produced filename, options to the tool (nil or a
3257 string)) to be used for converting the document." 3257 string)) to be used for converting the document."
3258 :type '(alist :options (html latex newlatex pseudoxml xml) 3258 :type '(alist :options (html latex newlatex pseudoxml xml pdf s5)
3259 :key-type symbol 3259 :key-type symbol
3260 :value-type (list :tag "Specification" 3260 :value-type (list :tag "Specification"
3261 (file :tag "Command") 3261 (file :tag "Command")
3262 (string :tag "File extension") 3262 (string :tag "File extension")
3263 (choice :tag "Command options" 3263 (choice :tag "Command options"