From: Arnaud Giersch Date: Wed, 8 Oct 2014 19:36:29 +0000 (+0200) Subject: Fix encoding for javadoc. X-Git-Tag: extracted~38 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib_java.git/commitdiff_plain/6a9b2c2fa69e0fa07e3757dbda31b74c32b41b39 Fix encoding for javadoc. --- diff --git a/Makefile b/Makefile index c622a31..0d15097 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ all: $(MAKE) -f ../Makefile.generic $(EXAMPLES_CLASS) $(RM) -r html javadoc -author -version -notree -nodeprecated -nohelp \ + -encoding utf-8 -docencoding utf-8 -charset utf-8 \ -d html/ $(SRC) clean: