Skip to content

Commit a790b8c

Browse files
authored
Merge pull request #2219 from wilzbach/d-latest.tag
Remove --only-tag from d-latest.tag
2 parents 189d7aa + 4c21dcf commit a790b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ chm-nav-prerelease.json : $(DDOC) std.ddoc spec/spec.ddoc ${GENERATED}/modlist-p
833833
################################################################################
834834

835835
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
836+
$(STABLE_RDMD) chmgen.d --root=$W --target latest
837837

838838
d-release.tag d-tags-release.json : chmgen.d $(STABLE_DMD) $(ALL_FILES) phobos-release druntime-release chm-nav-release.json
839839
$(STABLE_RDMD) chmgen.d --root=$W --target release

0 commit comments

Comments
 (0)