[gs-cvs] rev 7845 - trunk/gs/doc

tim at ghostscript.com tim at ghostscript.com
Wed Apr 11 11:21:08 PDT 2007


Author: tim
Date: 2007-04-11 11:21:07 -0700 (Wed, 11 Apr 2007)
New Revision: 7845

Modified:
   trunk/gs/doc/Develop.htm
Log:
Adding src/gsncdummy.[ch] and src/zncdummy.c to the Color Mapping section of Develop.htm

Modified: trunk/gs/doc/Develop.htm
===================================================================
--- trunk/gs/doc/Develop.htm	2007-04-11 18:15:35 UTC (rev 7844)
+++ trunk/gs/doc/Develop.htm	2007-04-11 18:21:07 UTC (rev 7845)
@@ -1106,12 +1106,14 @@
 The following files provide a callback mechanism to allow a client program 
 to specify a special case alternate tint transforms for Separation and DeviceN 
 color spaces. Among other uses this can be used to provide special handling for
-PANTONE colors 
+PANTONE colors.
 <dt>
 <dd>
 <a href="../src/gsnamecl.c">src/gsnamecl.c</a>,
 <a href="../src/gsnamecl.h">src/gsnamecl.h</a>,
-<a href="../src/gsncdemo.c">src/gsncdemo.c</a>,
+<a href="../src/gsncdummy.c">src/gsncdummy.c</a>,
+<a href="../src/gsncdummy.h">src/gsncdummy.h</a>,
+<a href="../src/zncdummy.c">src/zncdummy.c</a>,
 
 </dl>
 



More information about the gs-cvs mailing list