aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add SPDX identifiers to most source filesWerner Koch2018-11-161-4/+3
| | | | | | -- Signed-off-by: Werner Koch <[email protected]>
* js: add new documentation file to extra_distMaximilian Krambach2018-09-061-0/+1
| | | | | | -- * jsdoc_index.md is the documentation's 'main page' to offer a better intro than only the parser-generated API confusion.
* js: remove outdated checklistsMaximilian Krambach2018-08-211-2/+0
| | | | | | -- * They are heavily outdated and offer no more useful information
* js: Fix library name mentioned in js MakefilesAndre Heinecke2018-08-211-5/+5
| | | | --
* js: Update extra_dist filesAndre Heinecke2018-08-211-2/+1
| | | | | * lang/js/BrowserTestExtension/Makefile.am, lang/js/Makefile.am (EXTRA_DIST): Update.
* Prepare build system for gpgme-js and dist itAndre Heinecke2018-06-191-0/+34
* configure.ac: Add js as language. * lang/Makefile.am: Add js as dist language. * lang/js/BrowserTestExtension/Makefile.am, lang/js/DemoExtension/Makefile.am, lang/js/Makefile.am, lang/js/src/Makefile.am: Populate EXTRA_DIST variables. -- There is no actual build done yet as there seems to be no way to build it with debian stable tools. This needs clarification.