summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-19 15:40:59 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-19 15:40:59 +0000
commite6c04856e429d0b4054525788e0a01a0a4ef8a39 (patch)
tree4d6edc1acfc3e965a6363339010433329de6c134
parent8d94751a807c93fe8f2338f941c5d360aa6402f4 (diff)
downloadiconv-e6c04856e429d0b4054525788e0a01a0a4ef8a39.tar.gz
iconv-e6c04856e429d0b4054525788e0a01a0a4ef8a39.tar.bz2
Create zip file
svn path=/trunk/iconv/; revision=5735
-rw-r--r--Makefile-riscos4
-rw-r--r--build/Makefile.common2
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile-riscos b/Makefile-riscos
index d1c78a1..d311fce 100644
--- a/Makefile-riscos
+++ b/Makefile-riscos
@@ -55,7 +55,7 @@ include build/Makefile.common
# And the RISC OS distribution targets
-ITEMS_DISTCLEAN := $(ITEMS_DISTCLEAN) riscos-dist
+ITEMS_DISTCLEAN := $(ITEMS_DISTCLEAN) iconv.zip
riscos-dist: module
@svn export riscos riscos-dist
@@ -63,4 +63,6 @@ riscos-dist: module
@svn export doc riscos-dist/doc
@$(RM) $(RMFLAGS) -r riscos-dist/doc/Standards
@$(CP) $(CPFLAGS) include/iconv/iconv.h riscos-dist/stubs/
+ @zip -9r iconv.zip riscos-dist/*
+ @$(RM) $(RMFLAGS) -r riscos-dist
diff --git a/build/Makefile.common b/build/Makefile.common
index 150f68f..7da0315 100644
--- a/build/Makefile.common
+++ b/build/Makefile.common
@@ -80,7 +80,7 @@ clean:
-@$(RM) $(RMFLAGS) $(COMPONENT).pc
distclean: clean
- -@$(RM) $(RMFLAGS) -r $(ITEMS_DISTCLEAN)
+ -@$(RM) $(RMFLAGS) $(ITEMS_DISTCLEAN)
-@$(RM) $(RMFLAGS) -r $(TOP)/dist
setup: