changeset 2342:4080ed4d6f05

Remove dead code
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 28 Mar 2012 16:47:39 +0200
parents 937b7a9726ab
children 127b046d092a
files Makefile
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Mar 28 16:33:42 2012 +0200
+++ b/Makefile	Wed Mar 28 16:47:39 2012 +0200
@@ -225,7 +225,6 @@
 	        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'