diff options
author | Andre Heinecke <[email protected]> | 2018-08-21 11:56:45 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2018-08-21 11:58:51 +0000 |
commit | 738a8e6f950af08305c082d59a91d3d5d45800fa (patch) | |
tree | 34b2c547804cd207ce860b8ae78a9ae6ff606a29 /lang/js/Makefile.am | |
parent | Add example manifests for gpgme-json (diff) | |
download | gpgme-738a8e6f950af08305c082d59a91d3d5d45800fa.tar.gz gpgme-738a8e6f950af08305c082d59a91d3d5d45800fa.zip |
js: Update extra_dist files
* lang/js/BrowserTestExtension/Makefile.am,
lang/js/Makefile.am (EXTRA_DIST): Update.
Diffstat (limited to '')
-rw-r--r-- | lang/js/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/js/Makefile.am b/lang/js/Makefile.am index 4b5c7172..daa3d1ed 100644 --- a/lang/js/Makefile.am +++ b/lang/js/Makefile.am @@ -23,11 +23,10 @@ SUBDIRS = src BrowserTestExtension DemoExtension EXTRA_DIST = build_extensions.sh \ CHECKLIST \ CHECKLIST_build \ + jsdoc.conf \ .eslintrc.json \ - Makefile.am \ package.json \ README \ - README_testing \ unittest_inputvalues.js \ unittests.js \ webpack.conf.js \ |