From 593acfabb3a074602aee4f93ef07c7aa22379f7e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 16 Oct 2019 09:56:31 -0400 Subject: Doxygen: stop producing LaTeX. Running doxygen with latex gave us all manner of unicode issues, slowed down the "make doxygen" target by a lot, and added several latex dependencies... all to produce a 4000-page reference manual which is probably not what anybody wanted. Closes ticket 32099. --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 485324fc79..f0d960efe7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -236,8 +236,9 @@ dist-rpm: dist-gzip echo "RPM build finished"; \ #end of dist-rpm -doxygen: - doxygen && cd doc/doxygen/latex && make +.PHONY: doxygen +doxygen: Doxyfile + doxygen test: all $(top_builddir)/src/test/test -- cgit v1.2.3-54-g00ecf