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 27dd889 commit dd10bb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions posix.mak
Expand Up @@ -232,8 +232,8 @@ $(DOC_OUTPUT_DIR)/dmd-%.verbatim : %.ddoc dcompiler.dd verbatim.ddoc $(DMD)

all : docs html

docs : phobos-prerelease druntime-prerelease druntime-release phobos-release \
apidocs-release apidocs-prerelease
docs : dmd-prerelease phobos-prerelease druntime-prerelease druntime-release \
phobos-release apidocs-release apidocs-prerelease

html : $(ALL_FILES)

Expand Down Expand Up @@ -357,7 +357,7 @@ $(DMD) : ${DMD_DIR}
$(DMD_REL) : ${DMD_DIR}-${LATEST}
${MAKE} --directory=${DMD_DIR}-${LATEST}/src -f posix.mak -j 4

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

0 comments on commit dd10bb6

Please sign in to comment.