X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib_java.git/blobdiff_plain/8d76b4d26dec97bf1b5dad56136849a490244e7c..0c7eed55f0c0986abd9f4ffc7c04095d4bfb63b7:/Makefile diff --git a/Makefile b/Makefile index 71c49e3..a3060bf 100644 --- a/Makefile +++ b/Makefile @@ -10,15 +10,21 @@ EXAMPLES_CLASS = $(EXAMPLES:%.java=%.class) 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 -author -version -notree -nodeprecated -nohelp \ - -encoding utf-8 -docencoding utf-8 -charset utf-8 \ + 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: $(RM) DrawingWindow*.class + $(RM) Test.class $(RM) $(EXAMPLES_CLASS) $(RM) -r html/