mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
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:
parent
bdd9b28b5b
commit
1a8d6fecda
@ -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
|
||||
|
@ -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)
|
||||
|
0
docs/reference/glib/glib.types
Normal file
0
docs/reference/glib/glib.types
Normal 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>.
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user