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

((this project-am-target)) in `ede/project-am.el'.

Run the current project in the debugger.

((this ede-proj-project)) in `ede/proj.el'.

Build a distribution for the project based on THIS target.

((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)))