Skip to content

Commit abf0c63

Browse files
committed
Ddoc: enable DMD at the release pages
1 parent 0dcad05 commit abf0c63

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

posix.mak

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ $(DMD) : ${DMD_DIR}
400400
$(DMD_STABLE) : ${DMD_STABLE_DIR}
401401
${MAKE} --directory=${DMD_STABLE_DIR}/src -f posix.mak AUTO_BOOTSTRAP=1
402402

403-
dmd-release : $(STD_DDOC) $(DMD_DIR) $(DMD)
404-
$(MAKE) AUTO_BOOTSTRAP=1 --directory=$(DMD_DIR) -f posix.mak html $(DDOC_VARS_STABLE)
403+
dmd-release : $(STD_DDOC) $(DMD_STABLE_DIR) $(DMD_STABLE)
404+
$(MAKE) AUTO_BOOTSTRAP=1 --directory=$(DMD_STABLE_DIR) -f posix.mak html $(DDOC_VARS_STABLE)
405405

406406
dmd-prerelease : $(STD_DDOC_PRE) $(DMD_DIR) $(DMD)
407407
$(MAKE) AUTO_BOOTSTRAP=1 --directory=$(DMD_DIR) -f posix.mak html $(DDOC_VARS_HTML)
@@ -449,7 +449,8 @@ ${DOC_OUTPUT_DIR}/phobos-prerelease/object.verbatim : $(DMD)
449449
phobos-prerelease : ${PHOBOS_FILES_GENERATED} $(STD_DDOC_PRE) druntime-prerelease
450450
$(MAKE) --directory=$(PHOBOS_DIR_GENERATED) -f posix.mak html $(DDOC_VARS_HTML)
451451

452-
phobos-release : ${PHOBOS_STABLE_FILES_GENERATED} $(DMD_STABLE) $(STD_DDOC) druntime-release
452+
phobos-release : ${PHOBOS_STABLE_FILES_GENERATED} $(DMD_STABLE) $(STD_DDOC) \
453+
druntime-release dmd-release
453454
$(MAKE) --directory=$(PHOBOS_STABLE_DIR_GENERATED) -f posix.mak html $(DDOC_VARS_STABLE)
454455

455456
phobos-prerelease-verbatim : ${PHOBOS_FILES_GENERATED} ${DOC_OUTPUT_DIR}/phobos-prerelease/index.verbatim

0 commit comments

Comments
 (0)