Skip to content
Snippets Groups Projects
Commit 05f8f3cd authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[makefile] added doc target

Also: merged Makefile.serverdoc into Makefile.documentation
parent 8d519259
No related branches found
No related tags found
No related merge requests found
...@@ -108,16 +108,20 @@ PTEST_USE_WP_CACHE:=yes ...@@ -108,16 +108,20 @@ PTEST_USE_WP_CACHE:=yes
include share/Makefile.testing include share/Makefile.testing
############################################################################### ###############################################################################
# Server Documentation # Linters
################################ ################################
include share/Makefile.serverdoc
############################################################################### ###############################################################################
# Code prettyfication and lint # Code prettyfication and lint
include share/Makefile.linting include share/Makefile.linting
###############################################################################
# Frama-C Documentation
################################
include share/Makefile.documentation
############################################################################### ###############################################################################
# Local Variables: # Local Variables:
# compile-command: "make" # compile-command: "make"
......
...@@ -20,6 +20,19 @@ ...@@ -20,6 +20,19 @@
# # # #
########################################################################## ##########################################################################
##########################################################################
# #
# Frama-C Documentation targets #
# #
##########################################################################
.PHONY: doc
doc:
dune build @doc
@echo "Generated Documentation:"
@echo " file:///$(PWD)/_build/default/_doc/_html/index.html"
########################################################################## ##########################################################################
# # # #
# Generate Documentation for Server Requests and Protocols. # # Generate Documentation for Server Requests and Protocols. #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment