diff options
author | Dave Barach <dave@barachs.net> | 2018-10-04 17:12:26 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-10-05 13:48:00 +0000 |
commit | f9faf2420c74fd38f96d1a78af3ec1dee9b85db1 (patch) | |
tree | e88454b2b031456892c23bac79914b11b807f04c /docs/gettingstarted/developers/index.rst | |
parent | 25c4d396eae99e23c4ebe7155fde7700dd1130b9 (diff) |
DOC ONLY: clean up plugin documentation
The old "sample_plugin" page was stuffed with superceded autotools
build information, so it morphed into an "add a new plugin" page based
on the emacs-lisp plugin generator.
Before sending hate mail about emacs, please *look* at the new
document: you'll find running the plugin generator hard to tell from
running a shell script.
Change-Id: I84da45675e838c05faeca05c8f7be45d8c7bff13
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'docs/gettingstarted/developers/index.rst')
-rw-r--r-- | docs/gettingstarted/developers/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gettingstarted/developers/index.rst b/docs/gettingstarted/developers/index.rst index 8b772a10aeb..3520ed377f5 100644 --- a/docs/gettingstarted/developers/index.rst +++ b/docs/gettingstarted/developers/index.rst @@ -34,5 +34,5 @@ The Developers section covers the following areas: binary_api_support buildsystem/index.rst eventviewer - sample_plugin + add_plugin fib20/index.rst |