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

giles at ghostscript.com giles at ghostscript.com
Fri Feb 29 12:49:03 PST 2008


Author: giles
Date: 2008-02-29 12:49:02 -0800 (Fri, 29 Feb 2008)
New Revision: 8562

Modified:
   trunk/gs/doc/Develop.htm
Log:
Add some new files to the documentation tree.


Modified: trunk/gs/doc/Develop.htm
===================================================================
--- trunk/gs/doc/Develop.htm	2008-02-29 20:47:52 UTC (rev 8561)
+++ trunk/gs/doc/Develop.htm	2008-02-29 20:49:02 UTC (rev 8562)
@@ -452,6 +452,7 @@
 <a href="../src/sfxboth.c">src/sfxboth.c</a>,
 <a href="../src/sfxfd.c">src/sfxfd.c</a>,
 <a href="../src/sfxstdio.c">src/sfxstdio.c</a>,
+<a href="../src/sfxcommon.c">src/sfxcommon.c</a>,
 <a href="../src/stream.h">src/stream.h</a>,
 <a href="../src/stream.c">src/stream.c</a>,
 <a href="../src/strimpl.h">src/strimpl.h</a>.
@@ -609,7 +610,8 @@
 <a href="../src/gconf.c">src/gconf.c</a>,
 <a href="../src/gconf.h">src/gconf.h</a>,
 <a href="../src/gscdef.c">src/gscdef.c</a>,
-<a href="../src/gscdefs.h">src/gscdefs.h</a>.
+<a href="../src/gscdefs.h">src/gscdefs.h</a>,
+<a href="../src/gsromfs0.c">src/gsromfs0.c</a>.
 
 <dt>
 Arithmetic:
@@ -3262,7 +3264,8 @@
 <b><tt>COMPILE_INITS=1</tt></b> feature (a compressed init fileset is more
 efficient than the current 'gsinit.c' produced by 'geninit.c'). This IODevice
 is more versatile since other files can be encapsulated such as fonts, helper
-PostScript files and Resources.
+PostScript files and Resources. The list of files is defined in part in 
+<a href="../src/psromfs.mak">src/psromfs.mak</a>.
 
 </dl>
 



More information about the gs-cvs mailing list