mirror of https://github.com/GNOME/gimp.git
app/Makefile.am app/app-docs.sgml "app_procs" is now merely "app"
2007-04-30 Michael Natterer <mitch@gimp.org> * app/Makefile.am * app/app-docs.sgml * app/app-sections.txt: "app_procs" is now merely "app" svn path=/trunk/; revision=22369
This commit is contained in:
parent
ee0ab61b4f
commit
7d3b541e4f
|
@ -1,3 +1,9 @@
|
|||
2007-04-30 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/Makefile.am
|
||||
* app/app-docs.sgml
|
||||
* app/app-sections.txt: "app_procs" is now merely "app"
|
||||
|
||||
2007-04-27 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/Makefile.am (GTKDOC_LIBS): convince the linker to do its job.
|
||||
|
|
|
@ -66,7 +66,7 @@ GTKDOC_LIBS = \
|
|||
-u $(SYMPREFIX)internal_procs_init \
|
||||
-u $(SYMPREFIX)gimp_coords_mix \
|
||||
-u $(SYMPREFIX)gimp_plug_in_manager_restore \
|
||||
$(top_builddir)/app/app_procs.o \
|
||||
$(top_builddir)/app/app.o \
|
||||
$(top_builddir)/app/batch.o \
|
||||
$(top_builddir)/app/errors.o \
|
||||
$(top_builddir)/app/sanity.o \
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
</para>
|
||||
</partintro>
|
||||
|
||||
<xi:include href="xml/app_procs.xml" />
|
||||
<xi:include href="xml/app.xml" />
|
||||
<xi:include href="xml/batch.xml" />
|
||||
<xi:include href="xml/errors.xml" />
|
||||
<xi:include href="xml/sanity.xml" />
|
||||
|
|
|
@ -6758,7 +6758,7 @@ GTK_VWRAP_BOX_GET_CLASS
|
|||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>app_procs</FILE>
|
||||
<FILE>app</FILE>
|
||||
app_libs_init
|
||||
app_abort
|
||||
app_exit
|
||||
|
|
Loading…
Reference in New Issue