From: Arnaud Giersch Date: Fri, 26 Nov 2010 09:45:46 +0000 (+0100) Subject: * Remove html/ directory before regenerating it. X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/commitdiff_plain/5cee2eaf87232868ada33330fbcb64c64a3051f0 * Remove html/ directory before regenerating it. * Add some words about using one directory per application. --- 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...