;; -*- Hen -*- ((egg "multidoc.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "multidoc.scm" "html.scm" "latex.scm" "texinfo.scm" "multidoc.setup" ) ; Your egg's license: (license "BSD") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category obsolete) ; A list of eggs multidoc depends on. (needs regex datatype sxml-transforms doctype uri-generic sxpath) (author "Ivan Raikov and Peter Bex") (synopsis "Converts SXML to various document formats."))