forked from wolfSSL/wolfssl
html and pdf documentation for wolfssl, generated by doxygen
This commit is contained in:
18
Makefile.am
18
Makefile.am
@@ -150,6 +150,14 @@ tests/unit.log: testsuite/testsuite.log
|
||||
DISTCLEANFILES+= cyassl-config
|
||||
DISTCLEANFILES+= wolfssl-config
|
||||
|
||||
clean-local:
|
||||
-rm -rf documentation/build/
|
||||
-rm -rf documentation/html/
|
||||
-rm documentation/refman.pdf
|
||||
-rm documentation/doxygen_warnings
|
||||
-rm documentation/doxygen_html_warnings
|
||||
-rm documentation/doxygen_pdf_warnings
|
||||
|
||||
maintainer-clean-local:
|
||||
-rm Makefile.in
|
||||
-rm aclocal.m4
|
||||
@@ -207,3 +215,13 @@ merge-clean:
|
||||
@find ./ | $(GREP) \.OTHER | xargs rm -f
|
||||
@find ./ | $(GREP) \.BASE | xargs rm -f
|
||||
@find ./ | $(GREP) \~$$ | xargs rm -f
|
||||
|
||||
dox-pdf:
|
||||
echo "Generating PDF"
|
||||
cd documentation && ./generate_documentation.sh -pdf > ./doxygen_pdf_warnings || (echo "HTML generation failed $$?"; exit 1)
|
||||
|
||||
dox-html:
|
||||
echo "Generating HTML"
|
||||
cd documentation && ./generate_documentation.sh -html > ./doxygen_html_warnings || (echo "HTML generation failed $$?"; exit 1)
|
||||
|
||||
dox: dox-html dox-pdf
|
||||
|
Reference in New Issue
Block a user