mistserver/Makefile.am

6 lines
139 B
Makefile

SUBDIRS=src
EXTRA_DIST=server.html server.html.h VERSION lsp/*.js lsp/*.html lsp/*.css
docs:
doxygen ./Doxyfile > /dev/null
.PHONY: docs