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.

This commit is contained in:
Thulinma 2012-08-28 23:54:31 +02:00
parent b13697db3a
commit 5e36048eb2

View file

@ -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