commit 911adb4d2b4e536eb4bd627a3cdba72f6ddf884b parent 8413eec2c74fc518d3cbffc6deb9ae57eaea2a27 Author: Nick Mathewson <nickm@torproject.org> Date: Wed, 16 Oct 2019 10:31:44 -0400 Make doc/doxygen before running doxygen. This makes out-of-tree doxygen builds work. Closes ticket 32113. Diffstat:
| M | Makefile.am | | | 2 | +- |
| A | changes/ticket32113 | | | 3 | +++ |
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am @@ -238,7 +238,7 @@ dist-rpm: dist-gzip .PHONY: doxygen doxygen: Doxyfile - doxygen + mkdir -p doc/doxygen && doxygen test: all $(top_builddir)/src/test/test diff --git a/changes/ticket32113 b/changes/ticket32113 @@ -0,0 +1,3 @@ + o Minor features (doxygen): + - "make doxygen" now works with out-of-tree builds. Closes ticket + 32113.