From 53d69af01492873337a7b819e003a8f63698be1e Mon Sep 17 00:00:00 2001 From: Maximilian Krambach Date: Thu, 6 Sep 2018 11:27:39 +0200 Subject: [PATCH] js: add new documentation file to extra_dist -- * jsdoc_index.md is the documentation's 'main page' to offer a better intro than only the parser-generated API confusion. --- lang/js/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/js/Makefile.am b/lang/js/Makefile.am index 4464730f..63cc41bd 100644 --- a/lang/js/Makefile.am +++ b/lang/js/Makefile.am @@ -22,6 +22,7 @@ SUBDIRS = src BrowserTestExtension DemoExtension EXTRA_DIST = build_extensions.sh \ jsdoc.conf \ + jsdoc_index.md \ .eslintrc.json \ package.json \ README \