mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 13:40:11 +03:00
Fix dependency on MAN_PAGE for the preview target
This commit is contained in:
parent
581450530a
commit
c649205132
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export DIFFABLE
|
||||||
|
|
||||||
build: $(addprefix $G/, $(DMD_MAN_PAGE) $(OTHER_MAN_PAGES))
|
build: $(addprefix $G/, $(DMD_MAN_PAGE) $(OTHER_MAN_PAGES))
|
||||||
|
|
||||||
preview: $(MAN_PAGE)
|
preview: $G/$(DMD_MAN_PAGE)
|
||||||
man -l $G/$(DMD_MAN_PAGE)
|
man -l $G/$(DMD_MAN_PAGE)
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue