diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2007-05-10 13:19:32 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2007-05-10 13:19:32 +0000 |
commit | 4ff694b791fb95b3982e75bae88db7a15352cf1b (patch) | |
tree | 88e3ab54ac5edab7061c665b66c2ed60942b13a5 /afms | |
parent | 4df05eac8c09a6b8dea70722f541ccd6112396bb (diff) |
#i10000# - micro fix for 4nt
Diffstat (limited to 'afms')
-rw-r--r-- | afms/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/afms/makefile.mk b/afms/makefile.mk index 3a537fc825b3..12f4307c34e7 100644 --- a/afms/makefile.mk +++ b/afms/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rene $ $Date: 2007-01-11 17:18:02 $ +# last change: $Author: hjs $ $Date: 2007-05-10 14:19:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,7 @@ TAR_EXCLUDES=*/*Helvetica-Narrow* .INCLUDE : set_ext.mk -ZIP1DIR = $(MISC)/build/$(TARFILE_NAME) +ZIP1DIR = $(MISC)$/build$/$(TARFILE_NAME) ZIP1TARGET = fontunxafm ZIP1LIST = *.afm |