Require muse-html to publish the web page
[emacs-jabber-www.git] / setup.el
blobbee3623722ef2d5308bfe2fbad26fc73eebc317a
1 ;; Muse setup for jabber.el WWW pages
2 (require 'muse-html)
4 ;; Find the directory this file lives in... this should work, I think.
5 (let ((dir (if load-file-name
6 (file-name-directory load-file-name)
7 default-directory)))
8 (aput 'muse-project-alist "jabber.el-www"
9 (list
10 ;;sources
11 (list dir)
12 ;;outputs
13 (list :base "html" :path (expand-file-name "html/" dir)))))