Skip to content

Commit 4ac4cfd

Browse files
committed
Fix stdlib manpages build
1 parent 3a95f5e commit 4ac4cfd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ocamldoc/Makefile.docfiles

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ DOC_COMPILERLIBS_INCLUDES = $(addprefix -I $(SRC)/, $(DOC_COMPILERLIBS_DIRS))
4141

4242
DOC_ALL_INCLUDES = $(DOC_STDLIB_INCLUDES) $(DOC_COMPILERLIBS_INCLUDES)
4343

44-
STDLIB_MOD_WP = $(filter-out stdlib__pervasives, $(STDLIB_MODULES))
45-
STDLIB_MLI0 = $(STDLIB_MOD_WP:%=$(SRC)/stdlib/%.mli)
44+
STDLIB_MOD_WP = $(filter-out pervasives, $(STDLIB_MODS))
4645
STDLIB_MLIS=\
47-
$(STDLIB_MLI0:$(SRC)/stdlib/stdlib__%=$(SRC)/stdlib/%) \
46+
$(STDLIB_MOD_WP:%=$(SRC)/stdlib/%.mli) \
4847
$(STR_MLIS) \
4948
$(UNIX_MLIS) \
5049
$(THREAD_MLIS) \

0 commit comments

Comments
 (0)