diff options
author | Maximilian Krambach <[email protected]> | 2018-08-21 12:37:50 +0000 |
---|---|---|
committer | Maximilian Krambach <[email protected]> | 2018-08-21 12:37:50 +0000 |
commit | 9dd6c67cd5ae8bf394c4c257d6d16907018761c2 (patch) | |
tree | 54142b36e42be633004543cda6c3eaca53531345 /lang/js/Makefile.am | |
parent | js: Fix library name mentioned in js Makefiles (diff) | |
download | gpgme-9dd6c67cd5ae8bf394c4c257d6d16907018761c2.tar.gz gpgme-9dd6c67cd5ae8bf394c4c257d6d16907018761c2.zip |
js: remove outdated checklists
--
* They are heavily outdated and offer no more useful information
Diffstat (limited to '')
-rw-r--r-- | lang/js/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/js/Makefile.am b/lang/js/Makefile.am index 40a1c4fd..4464730f 100644 --- a/lang/js/Makefile.am +++ b/lang/js/Makefile.am @@ -21,8 +21,6 @@ SUBDIRS = src BrowserTestExtension DemoExtension EXTRA_DIST = build_extensions.sh \ - CHECKLIST \ - CHECKLIST_build \ jsdoc.conf \ .eslintrc.json \ package.json \ |