The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamldoc/Makefile.best_ocamldoc: get rid of OCAMLDOC_RUN_PLUGINS

This variable was used in ocamldoc/Makefile, by the test targets that got
removed in PR #12615.

-2
-2
ocamldoc/Makefile.best_ocamldoc
··· 32 32 33 33 OCAMLDOC_RUN_OPT = ./$(OCAMLDOC_OPT) 34 34 35 - OCAMLDOC_RUN_PLUGINS = $(OCAMLDOC_RUN_BYTE) 36 - 37 35 ifeq "$(wildcard $(OCAMLDOC_OPT))" "" 38 36 OCAMLDOC_RUN = $(OCAMLDOC_RUN_BYTE) 39 37 else