Function: ede-make-dist
ede-make-dist is an interactive and byte-compiled function defined in
ede.el.gz.
Signature
(ede-make-dist)
Documentation
Create a distribution from the current project.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(defun ede-make-dist ()
"Create a distribution from the current project."
(interactive)
(let ((ede-object (ede-toplevel)))
(ede-invoke-method 'project-make-dist)))