[gs-cvs] rev 7018 - trunk/gs/src

giles at ghostscript.com giles at ghostscript.com
Fri Sep 1 16:16:14 PDT 2006


Author: giles
Date: 2006-09-01 16:16:13 -0700 (Fri, 01 Sep 2006)
New Revision: 7018

Modified:
   trunk/gs/src/Makefile.in
Log:
The official resource path is Resource/Font not Resource/Fonts


Modified: trunk/gs/src/Makefile.in
===================================================================
--- trunk/gs/src/Makefile.in	2006-08-31 21:56:16 UTC (rev 7017)
+++ trunk/gs/src/Makefile.in	2006-09-01 23:16:13 UTC (rev 7018)
@@ -341,7 +341,7 @@
 
 # The list of resources to be included in the %rom% file system.
 # This is in the top makefile since the file descriptors are platform specific
-RESOURCE_LIST=Resource/CMap/ Resource/ColorSpace/ Resource/Decoding/ Resource/Fonts/ Resource/Procset/ Resource/IdiomSet/ Resource/CIDFont/
+RESOURCE_LIST=Resource/CMap/ Resource/ColorSpace/ Resource/Decoding/ Resource/Font/ Resource/Procset/ Resource/IdiomSet/ Resource/CIDFont/
 
 # Choose whether to compile the .ps initialization files into the executable.
 # See gs.mak for details.



More information about the gs-cvs mailing list