Skip to content
Snippets Groups Projects
Commit 09778101 authored by David Bühler's avatar David Bühler Committed by Virgile Prevosto
Browse files

[Makefile] Uses UTF8 encoding for the ocamldoc generation.

parent 6db87009
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ OFLAGS = $(PACKAGES) $(FLAGS) $(DEBUG) $(INCLUDES) -compact \
BLINKFLAGS += -linkpkg $(BFLAGS) -linkall -custom
OLINKFLAGS += -linkpkg $(OFLAGS) -linkall
DOC_FLAGS= -colorize-code -stars -m A $(PACKAGES) $(INCLUDES) $(GUI_INCLUDES)
DOC_FLAGS= -charset utf8 -colorize-code -stars -m A $(PACKAGES) $(INCLUDES) $(GUI_INCLUDES)
ifneq ($(VERBOSEMAKE),yes)
DOC_FLAGS+= -hide-warnings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment