diff options
author | monsta <[email protected]> | 2016-11-10 13:22:41 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-10 13:22:41 +0300 |
commit | e0dae8d7410d5e3395eb7fcce2439e65bdce812a (patch) | |
tree | 153c6471548154fdf82943c7aecddb0c5b6642ab /plugins/Makefile.am | |
parent | 1637717b37641881d68d3b9d07a4fa2338ea19f5 (diff) | |
download | pluma-e0dae8d7410d5e3395eb7fcce2439e65bdce812a.tar.bz2 pluma-e0dae8d7410d5e3395eb7fcce2439e65bdce812a.tar.xz |
exclude Python plugins from dist (it breaks distcheck)
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index abe3213a..a27ae69a 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,12 +1,8 @@ DIST_SUBDIRS = \ changecase \ docinfo \ - externaltools \ filebrowser \ modelines \ - pythonconsole \ - quickopen \ - snippets \ sort \ spell \ taglist \ |