summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorHin-Tak Leung <hintak_leung@yahoo.co.uk>2010-04-05 23:40:29 +0000
committerHin-Tak Leung <hintak_leung@yahoo.co.uk>2010-04-05 23:40:29 +0000
commit4540945f73524220c84513de23a5dd12bf68b377 (patch)
treef7a4d1c31b788bf42a81a1e9af6e63900a6818fc /main
parentd3eb62d3b744011dc62fdd03a20436f775e0dc6e (diff)
adding /*.ttf glob ; since change r10994, mkromfs requires explicit wildcards to work. fixes bug 691229.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11018 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'main')
-rw-r--r--main/pcl6_gcc.mak2
-rw-r--r--main/pcl6_msvc.mak2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/pcl6_gcc.mak b/main/pcl6_gcc.mak
index f7c32cbc0..1dc94f06e 100644
--- a/main/pcl6_gcc.mak
+++ b/main/pcl6_gcc.mak
@@ -160,7 +160,7 @@ endif # PL_SCALER = ufst
ifeq ($(PL_SCALER), afs)
UFST_BRIDGE?=
# The mkromfs arguments for including the PCL fonts if COMPILE_INITS=1
-PCLXL_ROMFS_ARGS?= -c -P ../urwfonts -d ttfonts /
+PCLXL_ROMFS_ARGS?= -c -P ../urwfonts -d ttfonts /*.ttf
XLDFLAGS=
EXTRALIBS=
UFST_OBJ=
diff --git a/main/pcl6_msvc.mak b/main/pcl6_msvc.mak
index bda4473b6..1d28a5558 100644
--- a/main/pcl6_msvc.mak
+++ b/main/pcl6_msvc.mak
@@ -299,7 +299,7 @@ UFSTFONTDIR=/usr/local/fontdata5.0/
!if "$(PL_SCALER)" == "afs"
# The mkromfs arguments for including the PCL fonts if COMPILE_INITS=1
!ifndef PCLXL_ROMFS_ARGS
-PCLXL_ROMFS_ARGS= -c -P ../urwfonts -d ttfonts /
+PCLXL_ROMFS_ARGS= -c -P ../urwfonts -d ttfonts /*.ttf
!endif
!endif