A couple of small fixes.

Sat Mar 17 17:51:17 2001  Owen Taylor  <otaylor@redhat.com>

	* gobject/Makefile.am glib/Makefile.am: A couple
        of small fixes.
This commit is contained in:
Owen Taylor 2001-03-17 22:51:41 +00:00 committed by Owen Taylor
parent 3a4312b309
commit 1207d757f2
5 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,8 @@
Sat Mar 17 17:51:17 2001 Owen Taylor <otaylor@redhat.com>
* gobject/Makefile.am glib/Makefile.am: A couple
of small fixes.
2001-03-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2001-03-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/tmpl/threads.sgml: Spelling corrections. * glib/tmpl/threads.sgml: Spelling corrections.

View File

@ -1 +1 @@
SUBDIRS = glib gobject SUBDIRS = glib gobject

View File

@ -79,7 +79,7 @@ DOC_STAMPS=scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
SCANOBJ_FILES = \ SCANOBJ_FILES = \
$(DOC_MODULE).args \ $(DOC_MODULE).args \
$(DOC_MODULE).hierarchy \ $(DOC_MODULE).hierarchy \
$(DOC_MODULE).signal $(DOC_MODULE).signals
if ENABLE_GTK_DOC if ENABLE_GTK_DOC
all-local: html-build.stamp all-local: html-build.stamp
@ -89,7 +89,7 @@ all-local: html-build.stamp
scan-build.stamp: $(HFILE_GLOB) scan-build.stamp: $(HFILE_GLOB)
@echo '*** Scanning header files ***' @echo '*** Scanning header files ***'
cd $(srcdir) && ( \ cd $(srcdir) && ( \
if grep -l '^..+$$' $(DOC_MODULE).types > /dev/null ; then \ if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null ; then \
CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj --module=$(DOC_MODULE) ; \ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj --module=$(DOC_MODULE) ; \
else \ else \
for i in $(SCANOBJ_FILES) ; do \ for i in $(SCANOBJ_FILES) ; do \

View 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>.

View File

@ -69,7 +69,7 @@ DOC_STAMPS=scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
SCANOBJ_FILES = \ SCANOBJ_FILES = \
$(DOC_MODULE).args \ $(DOC_MODULE).args \
$(DOC_MODULE).hierarchy \ $(DOC_MODULE).hierarchy \
$(DOC_MODULE).signal $(DOC_MODULE).signals
if ENABLE_GTK_DOC if ENABLE_GTK_DOC
all-local: html-build.stamp all-local: html-build.stamp
@ -79,7 +79,7 @@ all-local: html-build.stamp
scan-build.stamp: $(HFILE_GLOB) scan-build.stamp: $(HFILE_GLOB)
@echo '*** Scanning header files ***' @echo '*** Scanning header files ***'
cd $(srcdir) && ( \ cd $(srcdir) && ( \
if grep -l '^..+$$' $(DOC_MODULE).types > /dev/null ; then \ if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null ; then \
CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj --module=$(DOC_MODULE) ; \ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj --module=$(DOC_MODULE) ; \
else \ else \
for i in $(SCANOBJ_FILES) ; do \ for i in $(SCANOBJ_FILES) ; do \