We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 189d7aa + 4c21dcf commit a790b8cCopy full SHA for a790b8c
posix.mak
@@ -833,7 +833,7 @@ chm-nav-prerelease.json : $(DDOC) std.ddoc spec/spec.ddoc ${GENERATED}/modlist-p
833
################################################################################
834
835
d-latest.tag d-tags-latest.json : chmgen.d $(STABLE_DMD) $(ALL_FILES) phobos-latest druntime-latest chm-nav-latest.json
836
- $(STABLE_RDMD) chmgen.d --root=$W --only-tags --target latest
+ $(STABLE_RDMD) chmgen.d --root=$W --target latest
837
838
d-release.tag d-tags-release.json : chmgen.d $(STABLE_DMD) $(ALL_FILES) phobos-release druntime-release chm-nav-release.json
839
$(STABLE_RDMD) chmgen.d --root=$W --target release
0 commit comments