]> git.eshelyaron.com Git - emacs.git/commitdiff
Add more doc-view requirements
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 10 Nov 2020 13:53:03 +0000 (14:53 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 10 Nov 2020 13:53:09 +0000 (14:53 +0100)
* lisp/doc-view.el: Add more requirements.

lisp/doc-view.el

index 7fdd2588221424393ed8068488a36c6469bff260..b895377f8dcd4b73c18abe41a93d6a5a9d1e8998 100644 (file)
 
 ;;; Requirements:
 
-;; doc-view.el requires GNU Emacs 22.1 or newer.  You also need Ghostscript,
-;; `dvipdf' (comes with Ghostscript) or `dvipdfm' (comes with teTeX or TeXLive)
-;; and `pdftotext', which comes with xpdf (http://www.foolabs.com/xpdf/) or
-;; poppler (http://poppler.freedesktop.org/).
+;; Viewing PS/PDF/DVI files requires Ghostscript, `dvipdf' (comes with
+;; Ghostscript) or `dvipdfm' (comes with teTeX or TeXLive) and
+;; `pdftotext', which comes with xpdf (http://www.foolabs.com/xpdf/)
+;; or poppler (http://poppler.freedesktop.org/).
+;; Djvu documents require `ddjvu' (from DjVuLibre).
+;; ODF files require `soffice' (from LibreOffice).
 
 ;;; Commentary: