From 5cee2eaf87232868ada33330fbcb64c64a3051f0 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 26 Nov 2010 10:45:46 +0100 Subject: [PATCH] * Remove html/ directory before regenerating it. * Add some words about using one directory per application. --- INSTALL | 1 + mainpage | 3 +++ 2 files changed, 4 insertions(+) diff --git a/INSTALL b/INSTALL index 4873a73..c0923ab 100755 --- a/INSTALL +++ b/INSTALL @@ -10,6 +10,7 @@ SRC += exemple.cpp exemple.pro .PHONY: install install: + rm -fr html/ doxygen Doxyfile rm -fr $(DEST) install -m 755 -d $(DEST) diff --git a/mainpage b/mainpage index 55b1a32..ae8cf59 100644 --- a/mainpage +++ b/mainpage @@ -8,6 +8,9 @@ * Voir la documentation et les exemples fournis pour en comprendre * l'utilisation. * + * NB : Lors de l'utilisation de cette bibliothèque, il est + * fortement recommandé de créer un répertoire par programme. + * * \section Documentation * * La documentation se trouve \link DrawingWindow par ici\endlink... -- 2.20.1