mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
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.
This commit is contained in:
parent
033d76b0e0
commit
593acfabb3
@ -1645,7 +1645,7 @@ EXTRA_SEARCH_MAPPINGS =
|
|||||||
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
|
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
|
||||||
# The default value is: YES.
|
# The default value is: YES.
|
||||||
|
|
||||||
GENERATE_LATEX = YES
|
GENERATE_LATEX = NO
|
||||||
|
|
||||||
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
|
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
|
||||||
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
||||||
|
@ -236,8 +236,9 @@ dist-rpm: dist-gzip
|
|||||||
echo "RPM build finished"; \
|
echo "RPM build finished"; \
|
||||||
#end of dist-rpm
|
#end of dist-rpm
|
||||||
|
|
||||||
doxygen:
|
.PHONY: doxygen
|
||||||
doxygen && cd doc/doxygen/latex && make
|
doxygen: Doxyfile
|
||||||
|
doxygen
|
||||||
|
|
||||||
test: all
|
test: all
|
||||||
$(top_builddir)/src/test/test
|
$(top_builddir)/src/test/test
|
||||||
|
4
changes/ticket32099
Normal file
4
changes/ticket32099
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
o Removed features:
|
||||||
|
- Our Doxygen configuration no longer generates LaTeX output. The
|
||||||
|
reference manual produced by doing this was over 4000 pages long,
|
||||||
|
and generally unusable. Closes ticket 32099.
|
Loading…
Reference in New Issue
Block a user