Files
gimp/devel-docs/libgimpbase/libgimpbase-docs.sgml
Sven Neumann 378cfc793d ignore gimpbase.h.
2002-05-13  Sven Neumann  <sven@gimp.org>

	* libgimpbase/Makefile.am: ignore gimpbase.h.

	* libgimpbase/libgimpbase-docs.sgml: removed GimpBase and GimpUtils
	sections, added GimpProtocol.

	* libgimpbase/libgimpbase-sections.txt: updated.

	* libgimpbase/tmpl/gimpbase.sgml
	* libgimpbase/tmpl/gimputils.sgml: removed.

	* libgimpbase/tmpl/gimpbasetypes.sgml
	* libgimpbase/tmpl/gimpenv.sgml
	* libgimpbase/tmpl/gimpparasite.sgml
	* libgimpbase/tmpl/gimpprotocol.sgml
	* libgimpbase/tmpl/gimpunit.sgml: updated.
2002-05-13 11:13:41 +00:00

32 lines
946 B
Plaintext

<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
<!entity GimpBaseTypes SYSTEM "sgml/gimpbasetypes.sgml">
<!entity GimpLimits SYSTEM "sgml/gimplimits.sgml">
<!entity GimpEnv SYSTEM "sgml/gimpenv.sgml">
<!entity GimpParasite SYSTEM "sgml/gimpparasite.sgml">
<!entity GimpParasiteIO SYSTEM "sgml/gimpparasiteio.sgml">
<!entity GimpSignal SYSTEM "sgml/gimpsignal.sgml">
<!entity GimpUnit SYSTEM "sgml/gimpunit.sgml">
<!entity GimpVersion SYSTEM "sgml/gimpversion.sgml">
<!entity GimpProtocol SYSTEM "sgml/gimpprotocol.sgml">
<!entity GimpWire SYSTEM "sgml/gimpwire.sgml">
]>
<book id="index">
<bookinfo>
<title>GIMP Base Library Reference Manual</title>
</bookinfo>
<chapter id="libgimpbase">
<title>GIMP Base Library</title>
&GimpBaseTypes;
&GimpVersion;
&GimpLimits;
&GimpEnv;
&GimpParasite;
&GimpParasiteIO;
&GimpSignal;
&GimpUnit;
&GimpProtocol;
&GimpWire;
</chapter>
</book>