diff --git a/docs/Makefile b/docs/Makefile index ccd872a0e5..449d6d90e0 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -22,7 +22,7 @@ export DIFFABLE build: $(addprefix $G/, $(DMD_MAN_PAGE) $(OTHER_MAN_PAGES)) -preview: +preview: $(MAN_PAGE) man -l $G/$(DMD_MAN_PAGE) ################################################################################