summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-14 20:04:32 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-14 20:04:32 (GMT)
commit4d7d8ee31fce8d1d74866cf225f0b0c6455bf471 (patch)
tree25643793fa3c013cb62135f08cdef6eb11ce4cda
parent5bbe12e588d40dc36ef49f5f519154dc463afe31 (diff)
downloadmxe-4d7d8ee31fce8d1d74866cf225f0b0c6455bf471.zip
mxe-4d7d8ee31fce8d1d74866cf225f0b0c6455bf471.tar.gz
mxe-4d7d8ee31fce8d1d74866cf225f0b0c6455bf471.tar.bz2
don't generate the README and ChangeLog files anymore
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d81e6e6..ab057fe 100644
--- a/Makefile
+++ b/Makefile
@@ -231,8 +231,6 @@ dist:
>'$(DIST_DIR)/mingw-cross-env-$(VERSION)/doc/index.html'
cp -p '$(TOP_DIR)/doc'/screenshot-* '$(DIST_DIR)/mingw-cross-env-$(VERSION)/doc/'
cp -p '$(DIST_DIR)/mingw-cross-env-$(VERSION)/doc'/* '$(DIST_DIR)/web/'
- (cd '$(TOP_DIR)' && LC_ALL=en_US.UTF-8 hg log -v --style changelog) >'$(DIST_DIR)/mingw-cross-env-$(VERSION)/doc/ChangeLog'
- cd '$(DIST_DIR)/mingw-cross-env-$(VERSION)/doc' && lynx -dump -width 75 -nolist -force_html index.html >README
cp -p '$(TOP_DIR)/Makefile' '$(DIST_DIR)/mingw-cross-env-$(VERSION)/'
cp -p '$(TOP_DIR)/src'/*.mk '$(DIST_DIR)/mingw-cross-env-$(VERSION)/src/'
cp -p '$(TOP_DIR)/src'/*.patch '$(DIST_DIR)/mingw-cross-env-$(VERSION)/src/'