[gs-cvs] rev 7100 - trunk/gs/src
ray at ghostscript.com
ray at ghostscript.com
Tue Oct 10 22:54:04 PDT 2006
Author: ray
Date: 2006-10-10 22:54:04 -0700 (Tue, 10 Oct 2006)
New Revision: 7100
Modified:
trunk/gs/src/int.mak
Log:
Add gs_cet.ps to the %rom%lib/ directory so that it will be found without
problems when running the PS CET conformance which needs this file.
Later we might remove it from the %rom%lib/ but it doesn't really take up
much space and it will prevent 'file not found' failures.
Modified: trunk/gs/src/int.mak
===================================================================
--- trunk/gs/src/int.mak 2006-10-11 02:57:22 UTC (rev 7099)
+++ trunk/gs/src/int.mak 2006-10-11 05:54:04 UTC (rev 7100)
@@ -979,7 +979,8 @@
# This changes infrequently, but is a potential point of bitrot, but since
# unix-inst.mak uses this macro, problems should surface when testing installed
# versions.
-EXTRA_INIT_FILES= Fontmap cidfmap xlatmap FAPI FCOfontmap-PCLPS2
+# Note: gs_cet.ps is only needed to match Adobe CPSI defaults
+EXTRA_INIT_FILES= Fontmap cidfmap xlatmap FAPI FCOfontmap-PCLPS2 gs_cet.ps
# The init files are put in the lib/ directory (gs_init.ps + EXTRA_INIT_FILES)
# Resource files go into Resource/...
More information about the gs-cvs
mailing list