1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #20896 from mguetschow/doc-print-link

doc/doxygen: print link to generated documentation
This commit is contained in:
Martine Lenders 2024-10-08 10:51:29 +00:00 committed by GitHub
commit 1c9a485496
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,8 @@ doc: $(DOCUMENTATION_FORMAT)
.PHONY: html
html: src/changelog.md
( cat riot.doxyfile ; echo "GENERATE_HTML = yes" ) | doxygen -
@echo ""
@echo "RIOT documentation successfully generated at file://$(RIOTBASE)/doc/doxygen/html/index.html"
.PHONY: check
check: src/changelog.md