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:
parent
b13697db3a
commit
5e36048eb2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
SUBDIRS=src
|
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:
|
docs:
|
||||||
doxygen ./Doxyfile > /dev/null
|
doxygen ./Doxyfile > /dev/null
|
||||||
.PHONY: docs
|
.PHONY: docs
|
||||||
|
|
Loading…
Add table
Reference in a new issue