Add doxygen configuration and setup 'make doc' to generate the
[platal.git] / Makefile
index be74079..ef74185 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,9 @@ up: update
 update:
        @git fetch && git rebase `git symbolic-ref HEAD | sed -e 's~refs/heads/~origin/~'` && git submodule update
 
+doc:
+       @doxygen doc/doxygen.cfg
+
 ################################################################################
 # targets
 
@@ -270,4 +273,4 @@ restart-listrpc: stop-listrpc start-listrpc
 .PHONY: wiki build-wiki
 .PHONY: banana banana-sub htdocs/images/banana htdocs/css/banana.css
 .PHONY: start-listrpc start-listrpc-fg stop-listrpc restart-listrpc
-.PHONY: up update
+.PHONY: up update doc