diff options
| author | John Eivind Helset <jehelset@gmail.com> | 2020-07-26 07:06:19 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar.batsov@gmail.com> | 2020-08-02 18:02:56 +0300 |
| commit | 7ed2ce31ef7db12f3c9bfede6bd0678cf18d261e (patch) | |
| tree | 5ae39409938e3ee02e4ad9a30fe1d06d7111d095 /doc | |
| parent | 1c616712fa5abdaf5c21a4b9154b25071fd81d5a (diff) | |
[Fix #1560] Add install and package project commands
projectile.el: add new commands and defaults for cmake and make
doc/modules/ROOT/pages/projects.adoc: mention new commands
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/modules/ROOT/pages/projects.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/modules/ROOT/pages/projects.adoc b/doc/modules/ROOT/pages/projects.adoc index 94bcf0c..203f617 100644 --- a/doc/modules/ROOT/pages/projects.adoc +++ b/doc/modules/ROOT/pages/projects.adoc @@ -196,6 +196,12 @@ Bellow is a listing of all the available options for `projectile-register-projec | :configure | A command to configure the project. `%s` will be substituted with the project root. +| :install +| A function to install the project. + +| :package +| A function to package the project. + | :run | A command to run the project. |
