Make doc/doxygen before running doxygen.

This makes out-of-tree doxygen builds work.

Closes ticket 32113.
This commit is contained in:
Nick Mathewson 2019-10-16 10:31:44 -04:00
parent 8413eec2c7
commit 911adb4d2b
2 changed files with 4 additions and 1 deletions

View File

@ -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

3
changes/ticket32113 Normal file
View File

@ -0,0 +1,3 @@
o Minor features (doxygen):
- "make doxygen" now works with out-of-tree builds. Closes ticket
32113.