diff options
author | René Engelhard <rene@openoffice.org> | 2007-01-11 16:18:02 +0000 |
---|---|---|
committer | René Engelhard <rene@openoffice.org> | 2007-01-11 16:18:02 +0000 |
commit | 2bb6503c63165d28d1f9a0224b675565b6acaa96 (patch) | |
tree | e3d407107467ab109c6b5fab9190e555d1816298 /afms/makefile.mk | |
parent | d23df62ca79e0b8a7276f87d9fc49bd958c25dd9 (diff) |
#i72124# exclude Helvetica-Narrow; add mkdir to d.lst
Diffstat (limited to 'afms/makefile.mk')
-rw-r--r-- | afms/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/afms/makefile.mk b/afms/makefile.mk index d4d185acbf05..3a537fc825b3 100644 --- a/afms/makefile.mk +++ b/afms/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rene $ $Date: 2006-12-06 14:22:38 $ +# last change: $Author: rene $ $Date: 2007-01-11 17:18:02 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -46,6 +46,7 @@ TARGET=afms TARFILE_NAME=Adobe-Core35_AFMs-314 TARFILE_ROOTDIR=Adobe-Core35_AFMs-314 +TAR_EXCLUDES=*/*Helvetica-Narrow* # --- Targets ------------------------------------------------------ |