Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
* Remove html/ directory before regenerating it.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 26 Nov 2010 09:45:46 +0000 (10:45 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 26 Nov 2010 09:45:46 +0000 (10:45 +0100)
* Add some words about using one directory per application.

INSTALL
mainpage

diff --git a/INSTALL b/INSTALL
index 4873a73..c0923ab 100755 (executable)
--- 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)
index 55b1a32..ae8cf59 100644 (file)
--- a/mainpage
+++ b/mainpage
@@ -8,6 +8,9 @@
  * Voir la documentation et les exemples fournis pour en comprendre
  * l'utilisation.
  *
+ * <b>NB&nbsp;:</b> <i>Lors de l'utilisation de cette bibliothèque, il est
+ * fortement recommandé de créer un répertoire par programme.</i>
+ *
  * \section Documentation
  *
  * La documentation se trouve \link DrawingWindow par ici\endlink...