DOC: refactor, use dedicated doxygen folder, add Index Page

This commit is contained in:
2014-06-05 18:15:29 +02:00
parent 9256a56076
commit 682b3a47d2
7 changed files with 68 additions and 1893 deletions

View File

@@ -1,12 +1,6 @@
include ../common.mk
doc:
doxygen
doc-pdf: doc
$(MAKE) -C latex pdf
install:
$(INSTALL_DIR) "$(DESTDIR)$(INSTALL_INCLUDEDIR)"
$(INSTALL) ntru.h "$(DESTDIR)$(INSTALL_INCLUDEDIR)"/ntru.h
@@ -22,9 +16,6 @@ uninstall:
$(RM) "$(DESTDIR)$(INSTALL_INCLUDEDIR)"/keypair.h
$(RM) "$(DESTDIR)$(INSTALL_INCLUDEDIR)"/rnd.h
clean:
rm -rf html/ latex/
.PHONY: clean doc doc-pdf install uninstall
.PHONY: install uninstall