Fix dependency on MAN_PAGE for the preview target

This commit is contained in:
Sebastian Wilzbach 2018-01-25 17:12:53 +01:00
parent 581450530a
commit c649205132

View file

@ -22,7 +22,7 @@ export DIFFABLE
build: $(addprefix $G/, $(DMD_MAN_PAGE) $(OTHER_MAN_PAGES))
preview: $(MAN_PAGE)
preview: $G/$(DMD_MAN_PAGE)
man -l $G/$(DMD_MAN_PAGE)
################################################################################