summaryrefslogtreecommitdiff
path: root/afms
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-11 12:21:28 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-11 12:21:28 +0000
commit3843217b544c6fa8f41adb787bcf15202e795735 (patch)
treedb1c9902b118bbc469d76b4f2b953ef280b29d70 /afms
parent4ff694b791fb95b3982e75bae88db7a15352cf1b (diff)
#i10000# build fixes for solaris
Diffstat (limited to 'afms')
-rw-r--r--afms/makefile.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/afms/makefile.mk b/afms/makefile.mk
index 12f4307c34e7..cabc00f7004c 100644
--- a/afms/makefile.mk
+++ b/afms/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hjs $ $Date: 2007-05-10 14:19:31 $
+# last change: $Author: kz $ $Date: 2007-05-11 13:21:28 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -46,7 +46,8 @@ TARGET=afms
TARFILE_NAME=Adobe-Core35_AFMs-314
TARFILE_ROOTDIR=Adobe-Core35_AFMs-314
-TAR_EXCLUDES=*/*Helvetica-Narrow*
+# TAR_EXCLUDES broken for solaris tar - #i77247#
+# TAR_EXCLUDES=*/*Helvetica-Narrow*
# --- Targets ------------------------------------------------------
@@ -54,7 +55,7 @@ TAR_EXCLUDES=*/*Helvetica-Narrow*
ZIP1DIR = $(MISC)$/build$/$(TARFILE_NAME)
ZIP1TARGET = fontunxafm
-ZIP1LIST = *.afm
+ZIP1LIST = *.afm -x "*Helvetica-Narrow*"
.INCLUDE : target.mk