Make target for building API docs.

pull/441/head
Roger A. Light 9 years ago
parent 91b308a11d
commit 0af61a4703

@ -4,10 +4,15 @@ DIRS=lib client src
DOCDIRS=man
DISTDIRS=man
.PHONY : all mosquitto docs binary clean reallyclean test install uninstall dist sign copy
.PHONY : all mosquitto api docs binary clean reallyclean test install uninstall dist sign copy
all : $(MAKE_ALL)
api :
mkdir -p api p
naturaldocs -o HTML api -i lib -p p
rm -rf p
docs :
set -e; for d in ${DOCDIRS}; do $(MAKE) -C $${d}; done

Loading…
Cancel
Save