Function: project-make-dist
project-make-dist is a byte-compiled function defined in ede.el.gz.
Signature
(project-make-dist ARG &rest ARGS)
Implementations
(project-make-dist (THIS project-am-target)) in `ede/project-am.el'.
Run the current project in the debugger.
(project-make-dist (THIS ede-proj-project)) in `ede/proj.el'.
Build a distribution for the project based on THIS target.
(project-make-dist (THIS ede-project)) in `ede.el'.
Build a distribution for the project based on THIS project.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(cl-defmethod project-make-dist ((this ede-project))
"Build a distribution for the project based on THIS project."
(error "Make-dist not supported by %s" (eieio-object-name this)))