From 802e605b4a904096e01cfbf904e5a9cf95b505a3 Mon Sep 17 00:00:00 2001 From: Moncef STITI Date: Fri, 13 Dec 2024 19:35:02 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20du=20README.MD=20+=20Ajout?= =?UTF-8?q?=20d'une=20nouvelle=20r=C3=A8gle=20dans=20le=20makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 +++ README.md | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 2afdd34..1b90185 100644 --- a/Makefile +++ b/Makefile @@ -219,6 +219,9 @@ clean: jar: ${PACKAGE}/Main.class jar cvfm ${JARNAME} Manifest.MF -C build/ . -C libs/ . ./ressources +seedoc: + firefox ./docs/index.html & + # Documentation JavaDoc javadoc: javadoc -d docs -sourcepath src -subpackages fr.monkhanny.dorfromantik -classpath libs/mariadb-client.jar diff --git a/README.md b/README.md index d4e81fa..c00f584 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,11 @@ make javadoc ``` Les fichiers HTML seront disponibles dans le répertoire `docs`. +Pour voir la documentation facilement, utilisez : +```bash +make seedoc +``` + --- ## Nettoyage des fichiers 🗑️