Skip to content

Commit

Permalink
html doc build for dmd
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Jan 15, 2016
1 parent 94c3237 commit 27dd889
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,11 @@ $(DMD) : ${DMD_DIR}
$(DMD_REL) : ${DMD_DIR}-${LATEST}
${MAKE} --directory=${DMD_DIR}-${LATEST}/src -f posix.mak -j 4

dmddoc-prerelease : ${DMD_DIR} $(DMD)
${MAKE} --directory=${DMD_DIR} -f posix.mak html \
DOCDIR=${DOC_OUTPUT_DIR}/dmd-prerelease \
DOCFMT="$(addprefix `pwd`/, $(STD_DDOC_PRE))"

################################################################################
# druntime, latest released build and current build
################################################################################
Expand Down

0 comments on commit 27dd889

Please sign in to comment.