diff options
-rw-r--r-- | api_docgen/ocamldoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api_docgen/ocamldoc/Makefile b/api_docgen/ocamldoc/Makefile index 1b3d5f57f7..b6419ae50d 100644 --- a/api_docgen/ocamldoc/Makefile +++ b/api_docgen/ocamldoc/Makefile @@ -44,7 +44,7 @@ $(libref:%=build/libref/%.odoc): build/libref/%.odoc: %.mli | build/libref $(OCAMLDOC_RUN) -nostdlib -hide Stdlib -lib Stdlib \ -pp \ "$(AWK) -v ocamldoc=true -f ../../stdlib/expand_module_aliases.awk" \ - $(DOC_STDLIB_INCLUDES) -hide-warnings $< -dump $@ + $(DOC_STDLIB_INCLUDES) -hide-warnings -alert -all $< -dump $@ $(compilerlibref:%=build/compilerlibref/%.odoc):\ build/compilerlibref/%.odoc: %.mli | build/compilerlibref |