File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -836,10 +836,10 @@ d-latest.tag d-tags-latest.json : chmgen.d $(STABLE_DMD) $(ALL_FILES) phobos-lat
836
836
$(STABLE_RDMD ) chmgen.d --root=$W --only-tags --target latest
837
837
838
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 --only-tags -- target release
839
+ $(STABLE_RDMD ) chmgen.d --root=$W --target release
840
840
841
841
d-prerelease.tag d-tags-prerelease.json : chmgen.d $(STABLE_DMD ) $(ALL_FILES ) phobos-prerelease druntime-prerelease chm-nav-prerelease.json
842
- $(STABLE_RDMD ) chmgen.d --root=$W --only-tags -- target prerelease
842
+ $(STABLE_RDMD ) chmgen.d --root=$W --target prerelease
843
843
844
844
# ###############################################################################
845
845
# Assert -> writeln magic
You can’t perform that action at this time.
0 commit comments