From 1ab6e65763257748ad1347589abb3573954b1a64 Mon Sep 17 00:00:00 2001 From: Colin Goutte Date: Wed, 23 Aug 2023 21:28:34 +0200 Subject: [PATCH] Display README while making docs --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d827f3..673af69 100644 --- a/Makefile +++ b/Makefile @@ -23,5 +23,6 @@ requirements: docs: cd docs/ && make html - cd docs && firefox ./_build/html/index.html & + cd docs && firefox ./_build/html/README.html ./_build/html/index.html & + .PHONY: docs