Skip to content

Commit 8012c48

Browse files
committed
Remove redundant runs of bikeshed from the JS/Web Makefiles' tar targets
1 parent f1e8a19 commit 8012c48

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

document/js-api/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ diff: all
3535
# macOS tar has no “--transform” option (only GNU tar does), so on macOS,
3636
# do “brew install tar” & run “make” like this: “TAR=gtar make -e WD-tar”
3737
WD-tar: all
38-
bikeshed spec --md-status=$(W3C_STATUS) --md-deadline=$(DEADLINE) index.bs $(BUILDDIR)/html/index.html
3938
$(TAR) -C $(BUILDDIR)/html --transform="s/index.html/Overview.html/" -cf $(BUILDDIR)/WD.tar index.html
4039
@echo "Built $(BUILDDIR)/WD.tar."
4140

document/web-api/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ diff: all
3535
# macOS tar has no “--transform” option (only GNU tar does), so on macOS,
3636
# do “brew install tar” & run “make” like this: “TAR=gtar make -e WD-tar”
3737
WD-tar: all
38-
bikeshed spec --md-status=$(W3C_STATUS) --md-deadline=$(DEADLINE) index.bs $(BUILDDIR)/html/index.html
3938
$(TAR) -C $(BUILDDIR)/html --transform="s/index.html/Overview.html/" -cf $(BUILDDIR)/WD.tar index.html
4039
@echo "Built $(BUILDDIR)/WD.tar."
4140

0 commit comments

Comments
 (0)