Skip to content

Commit

Permalink
Fix stdlib manpages build
Browse files Browse the repository at this point in the history
  • Loading branch information
stedolan committed Nov 17, 2021
1 parent 3a95f5e commit 4ac4cfd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ocamldoc/Makefile.docfiles
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ DOC_COMPILERLIBS_INCLUDES = $(addprefix -I $(SRC)/, $(DOC_COMPILERLIBS_DIRS))

DOC_ALL_INCLUDES = $(DOC_STDLIB_INCLUDES) $(DOC_COMPILERLIBS_INCLUDES)

STDLIB_MOD_WP = $(filter-out stdlib__pervasives, $(STDLIB_MODULES))
STDLIB_MLI0 = $(STDLIB_MOD_WP:%=$(SRC)/stdlib/%.mli)
STDLIB_MOD_WP = $(filter-out pervasives, $(STDLIB_MODS))
STDLIB_MLIS=\
$(STDLIB_MLI0:$(SRC)/stdlib/stdlib__%=$(SRC)/stdlib/%) \
$(STDLIB_MOD_WP:%=$(SRC)/stdlib/%.mli) \
$(STR_MLIS) \
$(UNIX_MLIS) \
$(THREAD_MLIS) \
Expand Down

0 comments on commit 4ac4cfd

Please sign in to comment.