gimp/devel-docs
Michael Natterer 55c617dc33 libgimp/Makefile.am #include libgimp-include.c in libgimp.types instead of
2000-11-19  Michael Natterer  <mitch@gimp.org>

	* libgimp/Makefile.am
	* libgimp/libgimp.types: #include libgimp-include.c in libgimp.types
	instead of passing it on the command line in Makefile.am

	* libgimp/libgimp-decl.txt: updated.
2000-11-19 15:15:10 +00:00
..
libgimp libgimp/Makefile.am #include libgimp-include.c in libgimp.types instead of 2000-11-19 15:15:10 +00:00
pdb Moved various files from the docs directory to devel-docs and 2000-06-13 14:05:35 +00:00
.cvsignore added documentation framework 2000-02-03 01:47:15 +00:00
ChangeLog libgimp/Makefile.am #include libgimp-include.c in libgimp.types instead of 2000-11-19 15:15:10 +00:00
Makefile.am whoops 2000-09-23 22:01:58 +00:00
README Moved various files from the docs directory to devel-docs and 2000-06-13 14:05:35 +00:00
README.gtkdoc Moved various files from the docs directory to devel-docs and 2000-06-13 14:05:35 +00:00
gih.txt Moved various files from the docs directory to devel-docs and 2000-06-13 14:05:35 +00:00
gpb.txt Moved various files from the docs directory to devel-docs and 2000-06-13 14:05:35 +00:00
parasites.txt Add support for IIC profiles in TIFF, and document the parasite. 2000-06-18 01:07:13 +00:00
undo.txt Moved various files from the docs directory to devel-docs and 2000-06-13 14:05:35 +00:00
xcf.txt Moved various files from the docs directory to devel-docs and 2000-06-13 14:05:35 +00:00

README

Developers documentation 
------------------------

This directory holds information that you will find
useful if you develop a Gimp plug-in or want to work
on the Gimp core.

   libgimp  - complete libgimp documentation generated
              from the source; see README.gtkdoc
   pdb      - some lisp magic that allows to generate
              complete PDB information in texinfo format
	     
   gih.txt  - description of the GIH format used to 
              store a series of pixmap brushes
   gpb.txt  - description of the GPB format used to
              store pixmap brushes
   parasites.txt - descriptions of known parasites
   undo.txt - description of the undo system
   xcf.txt  - description of Gimp's XCF format