0
0
mirror of https://github.com/monero-project/kovri synced 2025-10-06 00:32:51 +02:00

Makefile: fix doxygen target (requires CMake)

Because of how our nightly builds are rigged, the build will "fail" when
running `make doxygen`, so this fix can't wait until after release.
This commit is contained in:
anonimal
2018-07-27 05:09:25 +00:00
parent a172c47a4e
commit d1e9afabd9

View File

@@ -225,7 +225,7 @@ fuzz-tests: deps
# Produce Doxygen documentation
doxygen:
$(eval cmake-kovri += $(cmake-doxygen))
$(eval cmake-kovri += $(cmake) $(cmake-doxygen))
$(call CMAKE,$(build),$(cmake-kovri)) && $(MAKE) -C $(build) doc
# Produce available CMake build options