summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-05-09 14:54:33 +0200
committerBastien Guerry <bzg@altern.org>2014-05-09 14:54:33 +0200
commita6bc294c6e0001844a01ba0f2b2272bd781cd297 (patch)
tree25bc29cbfcf998fea92318f8b74f41c2b09ce059
parent87419d87df811632871b01492aeab310f62e14c6 (diff)
downloadorg-mode-a6bc294c6e0001844a01ba0f2b2272bd781cd297.tar.gz
lisp/ob-lilypond.el: Mention epstopdf as a dependency
Thanks to Thomas Morgan for suggesting this.
-rw-r--r--lisp/ob-lilypond.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ob-lilypond.el b/lisp/ob-lilypond.el
index 9b57546..fbfac88 100644
--- a/lisp/ob-lilypond.el
+++ b/lisp/ob-lilypond.el
@@ -28,6 +28,8 @@
;;
;; Lilypond documentation can be found at
;; http://lilypond.org/manuals.html
+;;
+;; This depends on epstopdf --- See http://www.ctan.org/pkg/epstopdf.
;;; Code:
(require 'ob)