Variable: ede-texi2html-compiler

ede-texi2html-compiler is a variable defined in proj-info.el.gz.

Value

#s(ede-compiler eieio--unbound "texi2html"
		(("TEXI2HTML" . "makeinfo -html"))
		(ede-makeinfo-source) nil ("makeinfo -o $@ $<") nil
		eieio--unbound nil nil)

Documentation

Compile texinfo files into html files.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/proj-info.el.gz
(defvar ede-texi2html-compiler
  (ede-compiler
   :name "texi2html"
   :variables '(("TEXI2HTML" . "makeinfo -html"))
   :commands '("makeinfo -o $@ $<")
   :sourcetype '(ede-makeinfo-source)
   )
  "Compile texinfo files into html files.")