From 5e36048eb23c3857d397ed0bd761975237c29480 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Tue, 28 Aug 2012 23:54:31 +0200 Subject: [PATCH] Do not include jscompiler.jar in dist packages - require building from source (or a very creative sysadmin, whichever is easier to find/use) for changes to the LSP. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9adec97d..ad7432b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS=src -EXTRA_DIST=server.html server.html.h VERSION lsp/* +EXTRA_DIST=server.html server.html.h VERSION lsp/*.js lsp/*.html lsp/*.css docs: doxygen ./Doxyfile > /dev/null .PHONY: docs