File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -139,8 +139,16 @@ singlehtml: $(GENERATED)
139
139
bikeshed : $(GENERATED )
140
140
$(SPHINXBUILD ) -b singlehtml -c util/bikeshed \
141
141
$(ALLSPHINXOPTS ) $(BUILDDIR ) /bikeshed_singlehtml
142
+ @echo ==== Showing contents of _build/bikeshed_singlehtml/index.html ====
143
+ @head -n20 _build/bikeshed_singlehtml/index.html
144
+ @echo ...
145
+ @echo ===================================================================
142
146
python util/bikeshed_fixup.py $(BUILDDIR ) /bikeshed_singlehtml/index.html \
143
147
> $(BUILDDIR ) /bikeshed_singlehtml/index_fixed.html
148
+ @echo ==== Showing contents of _build/bikeshed_singlehtml/index_fixed.html ====
149
+ @head -n20 _build/bikeshed_singlehtml/index_fixed.html
150
+ @echo ...
151
+ @echo =========================================================================
144
152
mkdir -p $(BUILDDIR ) /bikeshed_mathjax/
145
153
bikeshed spec index.bs $(BUILDDIR ) /bikeshed_mathjax/index.html
146
154
mkdir -p $(BUILDDIR ) /html/bikeshed/
You can’t perform that action at this time.
0 commit comments