Add explicit path to tmpl files in dependencies.

Tue Apr  3 11:51:02 2001  Owen Taylor  <otaylor@redhat.com>

	* {glib,gobject}/Makefile.am (sgml-build.stamp): Add
	explicit path to tmpl files in dependencies.

	* glib/glib.types gobject/gobject.types: empty files
	to keep generic makefiles happy.
This commit is contained in:
Owen Taylor 2001-04-03 18:27:08 +00:00 committed by Owen Taylor
parent bdd9b28b5b
commit 1a8d6fecda
5 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,11 @@
Tue Apr 3 11:51:02 2001 Owen Taylor <otaylor@redhat.com>
* {glib,gobject}/Makefile.am (sgml-build.stamp): Add
explicit path to tmpl files in dependencies.
* glib/glib.types gobject/gobject.types: empty files
to keep generic makefiles happy.
2001-04-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/glib-sections.txt: Removed

View File

@ -115,7 +115,7 @@ tmpl.stamp: tmpl-build.stamp
#### sgml ####
sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) tmpl/*.sgml
sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(srcdir)/tmpl/*.sgml
@echo '*** Building SGML ***'
cd $(srcdir) && \
gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) $(MKDB_OPTIONS)

View File

View File

@ -66,7 +66,6 @@ only one statement is expected by the compiler.
Portable way to copy <type>va_list</type> variables.
</para>
<!-- # Unused Parameters # -->
@ap1: the <type>va_list</type> variable to place a copy of @ap2 in.
@ap2: a <type>va_list</type>.

View File

@ -105,7 +105,7 @@ tmpl.stamp: tmpl-build.stamp
#### sgml ####
sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) tmpl/*.sgml
sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(srcdir)/tmpl/*.sgml
@echo '*** Building SGML ***'
cd $(srcdir) && \
gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) $(MKDB_OPTIONS)