Skip to content

Commit

Permalink
Fix Makefile for Bikeshed changes
Browse files Browse the repository at this point in the history
The recent changes in speced/bikeshed#1635 also need to be reflected into the spec Makefiles.
  • Loading branch information
domenic authored and annevk committed Apr 23, 2020
1 parent a10cf79 commit fb745e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ SHELL=/bin/bash -o pipefail
.PHONY: local remote deploy review

remote: @@bs@@.bs
curl https://api.csswg.org/bikeshed/ -f -F file=@@@bs@@.bs > @@bs@@.html -F md-Text-Macro="SNAPSHOT-LINK LOCAL COPY"
curl https://api.csswg.org/bikeshed/ -f -F file=@@@bs@@.bs > @@bs@@.html -F md-Text-Macro="COMMIT-SHA LOCAL COPY"

local: @@bs@@.bs
bikeshed spec @@bs@@.bs @@bs@@.html --md-Text-Macro="SNAPSHOT-LINK LOCAL COPY"
bikeshed spec @@bs@@.bs @@bs@@.html --md-Text-Macro="COMMIT-SHA LOCAL COPY"

deploy: @@bs@@.bs
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh@@extra_files@@@@post_build_step@@
Expand Down

0 comments on commit fb745e1

Please sign in to comment.