changeset 2356:c15638fca657

Remove "make dist" as it is of no use anymore
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 29 Mar 2012 12:27:58 +0200
parents e48270110799
children 5a0c2bf69e55
files Makefile index.html
diffstat 2 files changed, 0 insertions(+), 31 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Mar 29 12:27:14 2012 +0200
+++ b/Makefile	Thu Mar 29 12:27:58 2012 +0200
@@ -218,28 +218,3 @@
 	$(call DOWNLOAD_PKG_ARCHIVE,$*)
 	$(SED) -i 's/^\([^ ]*_CHECKSUM *:=\).*/\1 '"`$(call PKG_CHECKSUM,$*)`"'/' '$(TOP_DIR)/src/$*.mk'
 
-.PHONY: dist
-dist:
-	rm -rf '$(DIST_DIR)'
-	mkdir -p '$(DIST_DIR)'
-	mkdir '$(DIST_DIR)/mxe'
-	mkdir '$(DIST_DIR)/mxe/doc'
-	$(SED) 's,\(<span class="target">\)[^<]*\(</span>\),\1$(TARGET)\2,g' '$(TOP_DIR)/index.html' \
-	| $(SED) 's,\(<span class="target-underscore">\)[^<]*\(</span>\),\1$(subst -,_,$(TARGET))\2,g' \
-	>'$(DIST_DIR)/mxe/index.html'
-	cp -p '$(TOP_DIR)/doc'/screenshot-* '$(DIST_DIR)/mxe/doc/'
-	@echo
-	@echo 'Upload will start in 5 seconds. Last chance to cancel! (Ctrl+C)'
-	@echo
-	@sleep 5
-	mkdir '$(DIST_DIR)/web'
-	cd '$(DIST_DIR)/web' && cvs -d :ext:cvs.savannah.nongnu.org:/web/mingw-cross-env co mingw-cross-env
-	cp -p '$(DIST_DIR)/mxe/doc'/* '$(DIST_DIR)/web/mingw-cross-env/'
-	cd '$(DIST_DIR)/web/mingw-cross-env' && cvs add * || echo 'Errors on "cvs add" ignored.'
-	cd '$(DIST_DIR)/web/mingw-cross-env' && cvs commit -m 'upload'
-	sleep 2  # wait for the "triggered webpages update" to complete
-	x-www-browser \
-	    'http://validator.w3.org/unicorn/check?ucn_uri=http://mingw-cross-env.nongnu.org/' \
-	    'http://mingw-cross-env.nongnu.org/#latest-release' \
-	    'http://freshmeat.net/projects/mingw_cross_env/releases/new'
-
--- a/index.html	Thu Mar 29 12:27:14 2012 +0200
+++ b/index.html	Thu Mar 29 12:27:58 2012 +0200
@@ -862,12 +862,6 @@
         download the new versions and note their checksums
         </dd>
 
-    <dt>make dist</dt>
-
-        <dd>
-        build a source distribution tarball and the website
-        </dd>
-
     </dl>
 </div>