Skip to content

Commit

Permalink
update docs build target
Browse files Browse the repository at this point in the history
  • Loading branch information
postables committed Jul 24, 2020
1 parent a9eeca2 commit 381ebf9
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 @@ -16,7 +16,7 @@ build-analysis:

.PHONY: docs
docs:
(cd build; cmake --build . --target doxygen-docs)
(cd build; cmake --build . --target doxygen-docs ; cd .. ; rm -rf html man ; cp -r docs-build/* .)

.PHONY: install-cmocka
install-cmocka:
Expand Down

0 comments on commit 381ebf9

Please sign in to comment.