Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix encoding for javadoc.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 8 Oct 2014 19:36:29 +0000 (21:36 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 8 Oct 2014 19:36:29 +0000 (21:36 +0200)
Makefile

index c622a31..0d15097 100644 (file)
--- 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: