Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add doc/window titles.
[graphlib_java.git] / Makefile
index e405622..a3060bf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,11 +12,14 @@ all: html/index.html
        $(MAKE) -f ../Makefile.generic $(SRC_CLASS) $(EXAMPLES_CLASS)
        $(MAKE) -f ../Makefile.generic Test.class
 
-html/index.html: $(SRC)
+html/index.html: $(SRC) overview.html
        $(RM) -r html
        javadoc -locale fr_FR -encoding utf-8 -docencoding utf-8 -charset utf-8 \
                -quiet -notree -nodeprecated -nohelp \
                -author -version -public \
+               -overview overview.html \
+               -doctitle "Petite bibliothèque graphique" \
+               -windowtitle "Petite bibliothèque graphique" \
                -d html/ $(SRC)
 
 clean: