Skip to content

Commit

Permalink
use stable dmd for chmgen
Browse files Browse the repository at this point in the history
- so that the tool must not be updated during a release
  • Loading branch information
MartinNowak committed Sep 2, 2015
1 parent a766d79 commit 6cc3333
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions posix.mak
Expand Up @@ -471,8 +471,5 @@ ${DUB}: ${DUB_DIR}/.cloned ${STABLE_DMD}
# Dman tags
################################################################################

chmgen : chmgen.d $(DMD)
$(DMD) -I${PHOBOS_DIR} -g chmgen.d

d.tag : chmgen $(ALL_FILES) phobos-release druntime-release
./chmgen --root=$(DOC_OUTPUT_DIR) --only-tags
d.tag : chmgen.d $(STABLE_DMD) $(ALL_FILES) phobos-release druntime-release
$(STABLE_RDMD) chmgen.d --root=$(DOC_OUTPUT_DIR) --only-tags

0 comments on commit 6cc3333

Please sign in to comment.