X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib_java.git/blobdiff_plain/ae61a76d48b0a3a2222442916c3857071d9bdd02..950dad086c3a10d2d86ad4d4cc55db66063c4f65:/Makefile diff --git a/Makefile b/Makefile index e405622..5fff79b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,3 @@ -include ../subdefs.mk - DEST = $(HOME)/public_html/enseignement/Permanent/AlgoProg/tp/graph SRC = DrawingWindow.java @@ -9,14 +7,17 @@ SRC_CLASS = $(SRC:%.java=%.class) EXAMPLES_CLASS = $(EXAMPLES:%.java=%.class) all: html/index.html - $(MAKE) -f ../Makefile.generic $(SRC_CLASS) $(EXAMPLES_CLASS) - $(MAKE) -f ../Makefile.generic Test.class + $(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: