Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix encoding for javadoc.
[graphlib_java.git] / 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: