mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 15:18:55 +02: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:
@@ -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>
|
2001-04-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* glib/glib-sections.txt: Removed
|
* glib/glib-sections.txt: Removed
|
||||||
|
@@ -115,7 +115,7 @@ tmpl.stamp: tmpl-build.stamp
|
|||||||
|
|
||||||
#### sgml ####
|
#### sgml ####
|
||||||
|
|
||||||
sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) tmpl/*.sgml
|
sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(srcdir)/tmpl/*.sgml
|
||||||
@echo '*** Building SGML ***'
|
@echo '*** Building SGML ***'
|
||||||
cd $(srcdir) && \
|
cd $(srcdir) && \
|
||||||
gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) $(MKDB_OPTIONS)
|
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.
|
Portable way to copy <type>va_list</type> variables.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!-- # Unused Parameters # -->
|
|
||||||
@ap1: the <type>va_list</type> variable to place a copy of @ap2 in.
|
@ap1: the <type>va_list</type> variable to place a copy of @ap2 in.
|
||||||
@ap2: a <type>va_list</type>.
|
@ap2: a <type>va_list</type>.
|
||||||
|
|
||||||
|
@@ -105,7 +105,7 @@ tmpl.stamp: tmpl-build.stamp
|
|||||||
|
|
||||||
#### sgml ####
|
#### sgml ####
|
||||||
|
|
||||||
sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) tmpl/*.sgml
|
sgml-build.stamp: tmpl.stamp $(CFILE_GLOB) $(srcdir)/tmpl/*.sgml
|
||||||
@echo '*** Building SGML ***'
|
@echo '*** Building SGML ***'
|
||||||
cd $(srcdir) && \
|
cd $(srcdir) && \
|
||||||
gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) $(MKDB_OPTIONS)
|
gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) $(MKDB_OPTIONS)
|
||||||
|
Reference in New Issue
Block a user