summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e30622..b6473de 100644
--- a/Makefile
+++ b/Makefile
@@ -225,7 +225,6 @@ dist:
echo ' </tr>';)) && \
$(SED) '1,/<table id="package-list"/ d' '$(TOP_DIR)/doc/index.html' \
) \
- | $(SED) 's,\(<span class="version">\)[^<]*\(</span>\),\1$(VERSION)\2,g' \
| $(SED) 's,\(<span class="target">\)[^<]*\(</span>\),\1$(TARGET)\2,g' \
| $(SED) 's,\(<span class="target-underscore">\)[^<]*\(</span>\),\1$(subst -,_,$(TARGET))\2,g' \
>'$(DIST_DIR)/mingw-cross-env-$(VERSION)/doc/index.html'