Add explicit path to tmpl files in dependencies.
authorOwen Taylor <otaylor@redhat.com>
Tue, 3 Apr 2001 18:27:08 +0000 (18:27 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 3 Apr 2001 18:27:08 +0000 (18:27 +0000)
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.

docs/reference/ChangeLog
docs/reference/glib/Makefile.am
docs/reference/glib/glib.types [new file with mode: 0644]
docs/reference/glib/tmpl/macros_misc.sgml
docs/reference/gobject/Makefile.am

index d0afa9a..b05bafd 100644 (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
index f42a3fc..d3019ed 100644 (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)
diff --git a/docs/reference/glib/glib.types b/docs/reference/glib/glib.types
new file mode 100644 (file)
index 0000000..e69de29
index 994ffb7..a7768c7 100644 (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>.
 
index aa83c05..b5cf918 100644 (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)