changeset 6145:aad77c79308a ghostscript-9.0

Do not strip ghostscript Resources/Decoding. Fixes unicode warning. WARNING: /Unicode /Decoding resource is not accessible but it is useful for generating ToUnicode CMap.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Sun, 29 May 2011 12:49:02 +0200
parents 5e75ebfca796
children 62a9fcf680dd
files gub/installer.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gub/installer.py	Sun May 29 12:45:46 2011 +0200
+++ b/gub/installer.py	Sun May 29 12:49:02 2011 +0200
@@ -181,8 +181,9 @@
             'share/guile/*/ice-9/debugger/',
             'share/gettext/intl',
             'share/ghostscript/*/{doc,examples}/',
-            'share/ghostscript/*/Resource/{CMap,ColorSpace,Decoding}/',
-# keep font, otherwise mingw users have problems.
+# keep Decoding, avoids utf8 warnings.
+            'share/ghostscript/*/Resource/{CMap,ColorSpace}/',
+# keep Font, otherwise mingw users have problems.
             'share/ghostscript/*/Resource/{Encoding,SubstCID}/',
             'share/gs/*/{doc,examples}/',
             'share/gtk-doc',