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

Commit

Permalink
Merge pull request #995
Browse files Browse the repository at this point in the history
d1e9afa Makefile: fix doxygen target (requires CMake) (anonimal)
  • Loading branch information
anonimal committed Jul 28, 2018
2 parents a172c47 + d1e9afa commit 1b26e58
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 1b26e58

Please sign in to comment.