summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Lang <gsview@ghostgum.com.au>2003-04-12 13:28:31 +0000
committerRussell Lang <gsview@ghostgum.com.au>2003-04-12 13:28:31 +0000
commite73b767a1a4f59f89bb3692a4d50ff7f1962e53c (patch)
tree2bc25ca1f5c588ccb7236faec34fec976213aeda
parentb6ef1b1cacde7b9ba6bf4376c265f5e8cc7a8c21 (diff)
downloadghostpdl-e73b767a1a4f59f89bb3692a4d50ff7f1962e53c.tar.gz
Add Resource directory to Windows installer.
Update copyright dates. Exclude file attributes (ACLs) from the zip archives. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@3816 a1074d23-0009-0410-80fe-cf8c14f379e6
-rw-r--r--gs/doc/Release.htm2
-rw-r--r--gs/src/dwsetup.rc2
-rwxr-xr-xgs/src/winint.mak9
3 files changed, 8 insertions, 5 deletions
diff --git a/gs/doc/Release.htm b/gs/doc/Release.htm
index c709fe9b9..d8505cc5a 100644
--- a/gs/doc/Release.htm
+++ b/gs/doc/Release.htm
@@ -649,7 +649,7 @@ Extract the sources from <b><tt>ghostscript-N.NN.tar.gz</tt></b>
then repackage in a zip file as follows:
<blockquote>
<b><tt>zip -r temp.zip gsN.NN/doc gsN.NN/examples gsN.NN/icclib
- gsN.NN/ijs gsN.NN/lib gsN.NN/src</tt></b>
+ gsN.NN/ijs gsN.NN/lib gsN.NN/src gsN.NN/Resource</tt></b>
</blockquote>
Unzip converting the line endings to CRLF:
<blockquote>
diff --git a/gs/src/dwsetup.rc b/gs/src/dwsetup.rc
index b431ad049..9c4e4c1d2 100644
--- a/gs/src/dwsetup.rc
+++ b/gs/src/dwsetup.rc
@@ -38,7 +38,7 @@ BEGIN
ICON IDR_MAIN,IDC_STATIC,11,17,20,20
LTEXT "This installs",IDC_STATIC,56,6,232,8
LTEXT "Product Name",IDC_PRODUCT_NAME,72,16,216,8
- LTEXT "Copyright (C) 1994-2002 artofcode LLC, Benicia, California, U.S.A. All rights reserved. See the file PUBLIC for more details.\n\nRequires 10 - 20 Mbytes disk space.",
+ LTEXT "Copyright (C) 1994-2003 artofcode LLC, Benicia, California, U.S.A. All rights reserved. See the file PUBLIC for more details.\n\nRequires 20 Mbytes disk space.",
IDC_COPYRIGHT,56,30,232,48
LTEXT "Install to directory",IDC_STATIC,8,92,56,8
diff --git a/gs/src/winint.mak b/gs/src/winint.mak
index 9f82caca5..bfc4ec2d3 100755
--- a/gs/src/winint.mak
+++ b/gs/src/winint.mak
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 2002 Aladdin Enterprises. All rights reserved.
+# Copyright (C) 1997, 2003 Aladdin Enterprises. All rights reserved.
#
# This software is provided AS-IS with no warranty, either express or
# implied.
@@ -42,7 +42,7 @@ WINZIPSE_XE="C:\Program Files\WinZip Self-Extractor\WZIPSE32.EXE"
# Define the name and location of the zip archive maker.
!ifndef ZIP_XE
-ZIP_XE="zip.exe"
+ZIP_XE="zip.exe" -X
!endif
# Define the setup and install programs, which are only suitable
@@ -227,6 +227,7 @@ ZIPPROGFILE5=gs$(GS_DOT_VERSION)\bin\gs16spl.exe
ZIPPROGFILE6=gs$(GS_DOT_VERSION)\doc
ZIPPROGFILE7=gs$(GS_DOT_VERSION)\examples
ZIPPROGFILE8=gs$(GS_DOT_VERSION)\lib
+ZIPPROGFILE9=gs$(GS_DOT_VERSION)\Resource
ZIPFONTDIR=fonts
ZIPFONTFILES=$(ZIPFONTDIR)\*.*
@@ -245,6 +246,7 @@ zip: $(SETUP_XE) $(UNINSTALL_XE)
echo $(ZIPPROGFILE6) >> $(ZIPTEMPFILE)
echo $(ZIPPROGFILE7) >> $(ZIPTEMPFILE)
echo $(ZIPPROGFILE8) >> $(ZIPTEMPFILE)
+ echo $(ZIPPROGFILE9) >> $(ZIPTEMPFILE)
$(SETUP_XE_NAME) -title "AFPL Ghostscript $(GS_DOT_VERSION)" -dir "gs$(GS_DOT_VERSION)" -list "$(FILELIST_TXT)" @$(ZIPTEMPFILE)
$(SETUP_XE_NAME) -title "AFPL Ghostscript Fonts" -dir "fonts" -list "$(FONTLIST_TXT)" $(ZIPFONTFILES)
-del gs$(GS_VERSION)w32.zip
@@ -262,6 +264,7 @@ zip: $(SETUP_XE) $(UNINSTALL_XE)
$(ZIP_XE) -9 -r gs$(GS_VERSION)w32.zip $(ZIPPROGFILE6)
$(ZIP_XE) -9 -r gs$(GS_VERSION)w32.zip $(ZIPPROGFILE7)
$(ZIP_XE) -9 -r gs$(GS_VERSION)w32.zip $(ZIPPROGFILE8)
+ $(ZIP_XE) -9 -r gs$(GS_VERSION)w32.zip $(ZIPPROGFILE9)
-del $(ZIPTEMPFILE)
-del $(SETUP_XE_NAME)
-del $(UNINSTALL_XE_NAME)
@@ -283,7 +286,7 @@ archive: zip $(PSOBJ)gswin16.ico $(ECHOGS_XE)
$(ECHOGS_XE) -a $(ZIP_RSP) -q -a -s $(PSOBJ)about.txt
$(ECHOGS_XE) -a $(ZIP_RSP) -q -t -s $(PSOBJ)dialog.txt
$(ECHOGS_XE) -a $(ZIP_RSP) -q -c -s $(SETUP_XE_NAME)
- $(ECHOGS_XE) -w $(PSOBJ)about.txt "AFPL Ghostscript is Copyright " -x A9 " 2002 artofcode LLC."
+ $(ECHOGS_XE) -w $(PSOBJ)about.txt "AFPL Ghostscript is Copyright " -x A9 " 2003 artofcode LLC."
$(ECHOGS_XE) -a $(PSOBJ)about.txt See license in gs$(GS_DOT_VERSION)\doc\PUBLIC.
$(ECHOGS_XE) -a $(PSOBJ)about.txt See gs$(GS_DOT_VERSION)\doc\Commprod.htm regarding commercial distribution.
$(ECHOGS_XE) -w $(PSOBJ)dialog.txt This installs AFPL Ghostscript $(GS_DOT_VERSION).