DOC: run doxygen separately for internal/external API

Also only install the external API on gh-pages.
This commit is contained in:
2014-06-09 02:11:52 +02:00
parent 03f3b4b230
commit 4fbb63e67f
9 changed files with 1939 additions and 20 deletions

View File

@@ -16,6 +16,14 @@ uninstall:
$(RM) "$(DESTDIR)$(INSTALL_INCLUDEDIR)"/keypair.h
$(RM) "$(DESTDIR)$(INSTALL_INCLUDEDIR)"/rnd.h
doc:
doxygen
.PHONY: install uninstall
doc-pdf: doc
$(MAKE) -C latex pdf
clean:
rm -rf html/ latex/
.PHONY: clean doc doc-pdf install uninstall