Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Makefile: fix doxygen target (requires CMake)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
anonimal committed Jul 27, 2018
1 parent a172c47 commit d1e9afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1e9afa

Please sign in to comment.