X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib_java.git/blobdiff_plain/9811fbb251e9b3a3bed6ade1843185865dc6e4c9..refs/heads/master:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index a8eb43d..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,8 +7,8 @@ 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) overview.html $(RM) -r html @@ -18,6 +16,8 @@ html/index.html: $(SRC) overview.html -quiet -notree -nodeprecated -nohelp \ -author -version -public \ -overview overview.html \ + -doctitle "Petite bibliothèque graphique" \ + -windowtitle "Petite bibliothèque graphique" \ -d html/ $(SRC) clean: