mistserver/Makefile.am

5 lines
98 B
Makefile

SUBDIRS=lib src
EXTRA_DIST=server.html VERSION
docs:
doxygen ./Doxyfile > /dev/null
.PHONY: docs